Shades of Electric Purple #BB19E1
Tints of Electric Purple #BB19E1
RGB
CMYK
RGB Variations
Color information
#BB19E1 (or 0xBB19E1) is known color: Electric Purple. HEX triplet: BB, 19 and E1. RGB value is (187,25,225). Sum of RGB (Red+Green+Blue) = 187+25+225=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 25 (10.16% from 255 or 5.72% from 437); Blue value is 225 (88.28% from 255 or 51.49% from 437); Max value from RGB is 225 - color contains mainly: blue. Hex color #BB19E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19E1 is #44E61E. Grayscale: #5F5F5F. Windows color (decimal): -4515359 or 14752187. OLE color: 14752187.
HSL color Cylindrical-coordinate representation of color #BB19E1: hue angle of 288.6º degrees, saturation: 0.8, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19E1 is Cyan = 0.17, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 187 | 25 | 225 | - |
| CMYK | 0.17 | 0.89 | 0 | 0.12 |
| HSL | 288.6º | 0.8% | 0.49% | - |
| HSV(B) | 288.6º | 0.89% | 0.88% | - |
| XYZ | 34.43 | 16.7 | 72.64 | - |
| YUV | 96.24 | 200.67 | 192.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 225 | 0.17 | 0.89 | 0 | 0.12 | 288.6 | 0.8 | 0.49 |
| Hex | BB | 19 | E1 | 11 | 59 | 0 | C | 121 | 50 | 31 |
| Octal | 273 | 31 | 341 | 21 | 131 | 0 | 14 | 441 | 120 | 61 |
| Binary | 10111011 | 11001 | 11100001 | 10001 | 1011001 | 0 | 1100 | 100100001 | 1010000 | 110001 |
Color Harmonies of #BB19E1
Complementary color
Monochromatic Colors of #BB19E1
Black with #BB19E1
Text Example
Text Example
White with #BB19E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19E1; }
p { color: rgb(187,25,225); }
H1.HeaderClassName
{
color: #BB19E1;
}
.AnyTagClassName
{
color: #BB19E1;
}
</style>
background-color css
<style>
a { background-color: #BB19E1; }
a { background-color: rgb(187,25,225); }
div.DivClassName
{
background-color: #BB19E1;
}
.BgClassName
{
background-color: #BB19E1;
}
</style>
border-color css
<style>
span { border-color: #BB19E1; }
span { border-color: rgb(187,25,225); }
td.TdClassName
{
border-color: #BB19E1;
}
.TagClassName
{
border-color: #BB19E1;
}
</style>