Shades of Electric Purple #BB03E6
Tints of Electric Purple #BB03E6
RGB
CMYK
RGB Variations
Color information
#BB03E6 (or 0xBB03E6) is known color: Electric Purple. HEX triplet: BB, 03 and E6. RGB value is (187,3,230). Sum of RGB (Red+Green+Blue) = 187+3+230=420 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.52% from 420); Green value is 3 (1.56% from 255 or 0.71% from 420); Blue value is 230 (90.23% from 255 or 54.76% from 420); Max value from RGB is 230 - color contains mainly: blue. Hex color #BB03E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB03E6 is #44FC19. Grayscale: #535353. Windows color (decimal): -4520986 or 15074235. OLE color: 15074235.
HSL color Cylindrical-coordinate representation of color #BB03E6: hue angle of 288.63º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03E6 is Cyan = 0.19, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 3 | 230 | - |
| CMYK | 0.19 | 0.99 | 0 | 0.10 |
| HSL | 288.63º | 0.97% | 0.46% | - |
| HSV(B) | 288.63º | 0.99% | 0.9% | - |
| XYZ | 34.81 | 16.34 | 76.18 | - |
| YUV | 83.89 | 210.46 | 201.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 230 | 0.19 | 0.99 | 0 | 0.10 | 288.63 | 0.97 | 0.46 |
| Hex | BB | 3 | E6 | 13 | 63 | 0 | A | 121 | 61 | 2E |
| Octal | 273 | 3 | 346 | 23 | 143 | 0 | 12 | 441 | 141 | 56 |
| Binary | 10111011 | 11 | 11100110 | 10011 | 1100011 | 0 | 1010 | 100100001 | 1100001 | 101110 |
Color Harmonies of #BB03E6
Complementary color
Monochromatic Colors of #BB03E6
Black with #BB03E6
Text Example
Text Example
White with #BB03E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03E6; }
p { color: rgb(187,3,230); }
H1.HeaderClassName
{
color: #BB03E6;
}
.AnyTagClassName
{
color: #BB03E6;
}
</style>
background-color css
<style>
a { background-color: #BB03E6; }
a { background-color: rgb(187,3,230); }
div.DivClassName
{
background-color: #BB03E6;
}
.BgClassName
{
background-color: #BB03E6;
}
</style>
border-color css
<style>
span { border-color: #BB03E6; }
span { border-color: rgb(187,3,230); }
td.TdClassName
{
border-color: #BB03E6;
}
.TagClassName
{
border-color: #BB03E6;
}
</style>