#BB03FF

Color #BB03FF Electric Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Electric Purple #BB03FF

Tints of Electric Purple #BB03FF

Color information

#BB03FF (or 0xBB03FF) is unknown color: approx Electric Purple. HEX triplet: BB, 03 and FF. RGB value is (187,3,255). Sum of RGB (Red+Green+Blue) = 187+3+255=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 3 (1.56% from 255 or 0.67% from 445); Blue value is 255 (100% from 255 or 57.30% from 445); Max value from RGB is 255 - color contains mainly: blue. Hex color #BB03FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03FF is #44FC00. Grayscale: #555555. Windows color (decimal): -4520961 or 16712635. OLE color: 16712635.

HSL color Cylindrical-coordinate representation of color #BB03FF: hue angle of 283.81º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03FF is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB1873255-
CMYK0.270.9900
HSL283.81º100%50.59%-
HSV(B)283.81º98.82%100%-
XYZ38.5817.8596.02-
YUV86.74222.96199.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 42.02%
GREEN value IS 3 (1.56% from 255) = 0.67%
BLUE value IS 255 (100% from 255) = 57.30%
R=42.02%
G=0.67%
B=57.30%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal18732550.270.9900283.8110050.59
HexBB3FF1B630011c6433
Octal2733377331430043414463
Binary101110111111111111110111100011001000111001100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB03FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB03FF; }

 p { color: rgb(187,3,255); }

 H1.HeaderClassName
 {
   color: #BB03FF;
 }
 .AnyTagClassName
 {
   color: #BB03FF;
 }
</style>
background-color css

<style>
 a { background-color: #BB03FF; }

 a { background-color: rgb(187,3,255); }

 div.DivClassName
 {
   background-color: #BB03FF;
 }
 .BgClassName
 {
   background-color: #BB03FF;
 }
</style>
border-color css

<style>
 span { border-color: #BB03FF; }

 span { border-color: rgb(187,3,255); }

 td.TdClassName
 {
   border-color: #BB03FF;
 }
 .TagClassName
 {
   border-color: #BB03FF;
 }
</style>