Shades of Electric Purple #BB03E5
Tints of Electric Purple #BB03E5
RGB
CMYK
RGB Variations
Color information
#BB03E5 (or 0xBB03E5) is known color: Electric Purple. HEX triplet: BB, 03 and E5. RGB value is (187,3,229). Sum of RGB (Red+Green+Blue) = 187+3+229=419 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.63% from 419); Green value is 3 (1.56% from 255 or 0.72% from 419); Blue value is 229 (89.84% from 255 or 54.65% from 419); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB03E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB03E5 is #44FC1A. Grayscale: #535353. Windows color (decimal): -4520987 or 15008699. OLE color: 15008699.
HSL color Cylindrical-coordinate representation of color #BB03E5: hue angle of 288.85º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BB03E5 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 3 | 229 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.10 |
| HSL | 288.85º | 0.97% | 0.45% | - |
| HSV(B) | 288.85º | 0.99% | 0.9% | - |
| XYZ | 34.67 | 16.29 | 75.45 | - |
| YUV | 83.78 | 209.96 | 201.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 3 | 229 | 0.18 | 0.99 | 0 | 0.10 | 288.85 | 0.97 | 0.45 |
| Hex | BB | 3 | E5 | 12 | 63 | 0 | A | 121 | 61 | 2D |
| Octal | 273 | 3 | 345 | 22 | 143 | 0 | 12 | 441 | 141 | 55 |
| Binary | 10111011 | 11 | 11100101 | 10010 | 1100011 | 0 | 1010 | 100100001 | 1100001 | 101101 |
Color Harmonies of #BB03E5
Complementary color
Monochromatic Colors of #BB03E5
Black with #BB03E5
Text Example
Text Example
White with #BB03E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB03E5; }
p { color: rgb(187,3,229); }
H1.HeaderClassName
{
color: #BB03E5;
}
.AnyTagClassName
{
color: #BB03E5;
}
</style>
background-color css
<style>
a { background-color: #BB03E5; }
a { background-color: rgb(187,3,229); }
div.DivClassName
{
background-color: #BB03E5;
}
.BgClassName
{
background-color: #BB03E5;
}
</style>
border-color css
<style>
span { border-color: #BB03E5; }
span { border-color: rgb(187,3,229); }
td.TdClassName
{
border-color: #BB03E5;
}
.TagClassName
{
border-color: #BB03E5;
}
</style>