Shades of Electric Purple #BB19ED
Tints of Electric Purple #BB19ED
RGB
CMYK
RGB Variations
Color information
#BB19ED (or 0xBB19ED) is known color: Electric Purple. HEX triplet: BB, 19 and ED. RGB value is (187,25,237). Sum of RGB (Red+Green+Blue) = 187+25+237=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 25 (10.16% from 255 or 5.57% from 449); Blue value is 237 (92.97% from 255 or 52.78% from 449); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB19ED is #44E612. Grayscale: #606060. Windows color (decimal): -4515347 or 15538619. OLE color: 15538619.
HSL color Cylindrical-coordinate representation of color #BB19ED: hue angle of 285.85º 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 #BB19ED is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 25 | 237 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.07 |
| HSL | 285.85º | 0.85% | 0.51% | - |
| HSV(B) | 285.85º | 0.89% | 0.93% | - |
| XYZ | 36.13 | 17.37 | 81.57 | - |
| YUV | 97.61 | 206.67 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 25 | 237 | 0.21 | 0.89 | 0 | 0.07 | 285.85 | 0.85 | 0.51 |
| Hex | BB | 19 | ED | 15 | 59 | 0 | 7 | 11E | 55 | 33 |
| Octal | 273 | 31 | 355 | 25 | 131 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111011 | 11001 | 11101101 | 10101 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BB19ED
Complementary color
Monochromatic Colors of #BB19ED
Black with #BB19ED
Text Example
Text Example
White with #BB19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB19ED; }
p { color: rgb(187,25,237); }
H1.HeaderClassName
{
color: #BB19ED;
}
.AnyTagClassName
{
color: #BB19ED;
}
</style>
background-color css
<style>
a { background-color: #BB19ED; }
a { background-color: rgb(187,25,237); }
div.DivClassName
{
background-color: #BB19ED;
}
.BgClassName
{
background-color: #BB19ED;
}
</style>
border-color css
<style>
span { border-color: #BB19ED; }
span { border-color: rgb(187,25,237); }
td.TdClassName
{
border-color: #BB19ED;
}
.TagClassName
{
border-color: #BB19ED;
}
</style>