BGCOLOR keyword

Defines the background color using hex web colors.

Syntax

BGCOLOR color

Parameters

  • color: color specified using hex value (required)

Example

BGCOLOR #0026FF  ' Blue
BGCOLOR #FFD800 ' Yellow
BGCOLOR #FF0000 ' Red
BGCOLOR #FFFFFF ' White
BGCOLOR #000000 ' Black

Go back to list of Keywords.