Shades of Electric Purple #BB19EC
Tints of Electric Purple #BB19EC
RGB
CMYK
RGB Variations
Color information
#BB19EC (or 0xBB19EC) is known color: Electric Purple. HEX triplet: BB, 19 and EC. RGB value is (187,25,236). Sum of RGB (Red+Green+Blue) = 187+25+236=448 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.74% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 236 (92.58% from 255 or 52.68% from 448); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB19EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19EC is #44E613. Grayscale: #606060. Windows color (decimal): -4515348 or 15473083. OLE color: 15473083.
HSL color Cylindrical-coordinate representation of color #BB19EC: hue angle of 286.07º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB19EC is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 25 | 236 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.07 |
| HSL | 286.07º | 0.85% | 0.51% | - |
| HSV(B) | 286.07º | 0.89% | 0.93% | - |
| XYZ | 35.98 | 17.32 | 80.8 | - |
| YUV | 97.49 | 206.17 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 236 | 0.21 | 0.89 | 0 | 0.07 | 286.07 | 0.85 | 0.51 |
| Hex | BB | 19 | EC | 15 | 59 | 0 | 7 | 11E | 55 | 33 |
| Octal | 273 | 31 | 354 | 25 | 131 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111011 | 11001 | 11101100 | 10101 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BB19EC
Complementary color
Monochromatic Colors of #BB19EC
Black with #BB19EC
Text Example
Text Example
White with #BB19EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19EC; }
p { color: rgb(187,25,236); }
H1.HeaderClassName
{
color: #BB19EC;
}
.AnyTagClassName
{
color: #BB19EC;
}
</style>
background-color css
<style>
a { background-color: #BB19EC; }
a { background-color: rgb(187,25,236); }
div.DivClassName
{
background-color: #BB19EC;
}
.BgClassName
{
background-color: #BB19EC;
}
</style>
border-color css
<style>
span { border-color: #BB19EC; }
span { border-color: rgb(187,25,236); }
td.TdClassName
{
border-color: #BB19EC;
}
.TagClassName
{
border-color: #BB19EC;
}
</style>