Shades of Electric Purple #BB19E4
Tints of Electric Purple #BB19E4
RGB
CMYK
RGB Variations
Color information
#BB19E4 (or 0xBB19E4) is known color: Electric Purple. HEX triplet: BB, 19 and E4. RGB value is (187,25,228). Sum of RGB (Red+Green+Blue) = 187+25+228=440 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.5% from 440); Green value is 25 (10.16% from 255 or 5.68% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #BB19E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BB19E4 is #44E61B. Grayscale: #5F5F5F. Windows color (decimal): -4515356 or 14948795. OLE color: 14948795.
HSL color Cylindrical-coordinate representation of color #BB19E4: hue angle of 287.88º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19E4 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 187 | 25 | 228 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.11 |
| HSL | 287.88º | 0.8% | 0.5% | - |
| HSV(B) | 287.88º | 0.89% | 0.89% | - |
| XYZ | 34.84 | 16.86 | 74.82 | - |
| YUV | 96.58 | 202.17 | 192.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 228 | 0.18 | 0.89 | 0 | 0.11 | 287.88 | 0.8 | 0.5 |
| Hex | BB | 19 | E4 | 12 | 59 | 0 | B | 120 | 50 | 32 |
| Octal | 273 | 31 | 344 | 22 | 131 | 0 | 13 | 440 | 120 | 62 |
| Binary | 10111011 | 11001 | 11100100 | 10010 | 1011001 | 0 | 1011 | 100100000 | 1010000 | 110010 |
Color Harmonies of #BB19E4
Complementary color
Monochromatic Colors of #BB19E4
Black with #BB19E4
Text Example
Text Example
White with #BB19E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19E4; }
p { color: rgb(187,25,228); }
H1.HeaderClassName
{
color: #BB19E4;
}
.AnyTagClassName
{
color: #BB19E4;
}
</style>
background-color css
<style>
a { background-color: #BB19E4; }
a { background-color: rgb(187,25,228); }
div.DivClassName
{
background-color: #BB19E4;
}
.BgClassName
{
background-color: #BB19E4;
}
</style>
border-color css
<style>
span { border-color: #BB19E4; }
span { border-color: rgb(187,25,228); }
td.TdClassName
{
border-color: #BB19E4;
}
.TagClassName
{
border-color: #BB19E4;
}
</style>