Shades of Electric Purple #BB16E4
Tints of Electric Purple #BB16E4
RGB
CMYK
RGB Variations
Color information
#BB16E4 (or 0xBB16E4) is known color: Electric Purple. HEX triplet: BB, 16 and E4. RGB value is (187,22,228). Sum of RGB (Red+Green+Blue) = 187+22+228=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 22 (8.98% from 255 or 5.03% from 437); Blue value is 228 (89.45% from 255 or 52.17% from 437); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB16E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB16E4 is #44E91B. Grayscale: #5E5E5E. Windows color (decimal): -4516124 or 14948027. OLE color: 14948027.
HSL color Cylindrical-coordinate representation of color #BB16E4: hue angle of 288.06º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB16E4 is Cyan = 0.18, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 22 | 228 | - |
| CMYK | 0.18 | 0.90 | 0 | 0.11 |
| HSL | 288.06º | 0.82% | 0.49% | - |
| HSV(B) | 288.06º | 0.9% | 0.89% | - |
| XYZ | 34.78 | 16.74 | 74.8 | - |
| YUV | 94.82 | 203.16 | 193.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 22 | 228 | 0.18 | 0.90 | 0 | 0.11 | 288.06 | 0.82 | 0.49 |
| Hex | BB | 16 | E4 | 12 | 5A | 0 | B | 120 | 52 | 31 |
| Octal | 273 | 26 | 344 | 22 | 132 | 0 | 13 | 440 | 122 | 61 |
| Binary | 10111011 | 10110 | 11100100 | 10010 | 1011010 | 0 | 1011 | 100100000 | 1010010 | 110001 |
Color Harmonies of #BB16E4
Complementary color
Monochromatic Colors of #BB16E4
Black with #BB16E4
Text Example
Text Example
White with #BB16E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB16E4; }
p { color: rgb(187,22,228); }
H1.HeaderClassName
{
color: #BB16E4;
}
.AnyTagClassName
{
color: #BB16E4;
}
</style>
background-color css
<style>
a { background-color: #BB16E4; }
a { background-color: rgb(187,22,228); }
div.DivClassName
{
background-color: #BB16E4;
}
.BgClassName
{
background-color: #BB16E4;
}
</style>
border-color css
<style>
span { border-color: #BB16E4; }
span { border-color: rgb(187,22,228); }
td.TdClassName
{
border-color: #BB16E4;
}
.TagClassName
{
border-color: #BB16E4;
}
</style>