Shades of Electric Purple #BB02E5
Tints of Electric Purple #BB02E5
RGB
CMYK
RGB Variations
Color information
#BB02E5 (or 0xBB02E5) is known color: Electric Purple. HEX triplet: BB, 02 and E5. RGB value is (187,2,229). Sum of RGB (Red+Green+Blue) = 187+2+229=418 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.74% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 229 (89.84% from 255 or 54.78% from 418); Max value from RGB is 229 - color contains mainly: blue. Hex color #BB02E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB02E5 is #44FD1A. Grayscale: #525252. Windows color (decimal): -4521243 or 15008443. OLE color: 15008443.
HSL color Cylindrical-coordinate representation of color #BB02E5: hue angle of 288.9º degrees, saturation: 0.98, 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 #BB02E5 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 187 | 2 | 229 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.10 |
| HSL | 288.9º | 0.98% | 0.45% | - |
| HSV(B) | 288.9º | 0.99% | 0.9% | - |
| XYZ | 34.66 | 16.27 | 75.44 | - |
| YUV | 83.19 | 210.29 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 2 | 229 | 0.18 | 0.99 | 0 | 0.10 | 288.9 | 0.98 | 0.45 |
| Hex | BB | 2 | E5 | 12 | 63 | 0 | A | 121 | 62 | 2D |
| Octal | 273 | 2 | 345 | 22 | 143 | 0 | 12 | 441 | 142 | 55 |
| Binary | 10111011 | 10 | 11100101 | 10010 | 1100011 | 0 | 1010 | 100100001 | 1100010 | 101101 |
Color Harmonies of #BB02E5
Complementary color
Monochromatic Colors of #BB02E5
Black with #BB02E5
Text Example
Text Example
White with #BB02E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB02E5; }
p { color: rgb(187,2,229); }
H1.HeaderClassName
{
color: #BB02E5;
}
.AnyTagClassName
{
color: #BB02E5;
}
</style>
background-color css
<style>
a { background-color: #BB02E5; }
a { background-color: rgb(187,2,229); }
div.DivClassName
{
background-color: #BB02E5;
}
.BgClassName
{
background-color: #BB02E5;
}
</style>
border-color css
<style>
span { border-color: #BB02E5; }
span { border-color: rgb(187,2,229); }
td.TdClassName
{
border-color: #BB02E5;
}
.TagClassName
{
border-color: #BB02E5;
}
</style>