Mnemonics
'B#' Background Colour
GUI Display/Printer or Character Display
 
Where:
 
n Numeric colour code. Default is 'B0'. Supported options are:
 
  0 Black* 4 Blue 8 Dark Gray < Light Blue
  1 Red 5 Magenta 9 Light Red = Light Magenta
  2 Green 6 Cyan : Light Green > Light Cyan
3 Yellow 7 White ; Light Yellow ? Light Gray
 
Description Use the format above to begin outputting a background colour to a device (i.e.,
PRINT, INPUT, etc). The 16 colour codes are in ASCII sequence from 0 to ?.
 
Use the same colour codes for 'Fn' Foreground Colour.
 
Example In this example, the prompt and user's response will both be in white text on a blue background.
 
0010 INPUT 'B4','WHITE',"Please enter your name: ",NAME$,