Shades of Electric Purple #BB17ED
Tints of Electric Purple #BB17ED
RGB
CMYK
RGB Variations
Color information
#BB17ED (or 0xBB17ED) is known color: Electric Purple. HEX triplet: BB, 17 and ED. RGB value is (187,23,237). Sum of RGB (Red+Green+Blue) = 187+23+237=447 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.83% from 447); Green value is 23 (9.38% from 255 or 5.15% from 447); Blue value is 237 (92.97% from 255 or 53.02% from 447); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB17ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17ED is #44E812. Grayscale: #5F5F5F. Windows color (decimal): -4515859 or 15538107. OLE color: 15538107.
HSL color Cylindrical-coordinate representation of color #BB17ED: hue angle of 285.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17ED is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 23 | 237 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.07 |
| HSL | 285.98º | 0.86% | 0.51% | - |
| HSV(B) | 285.98º | 0.9% | 0.93% | - |
| XYZ | 36.09 | 17.29 | 81.56 | - |
| YUV | 96.43 | 207.33 | 192.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 237 | 0.21 | 0.90 | 0 | 0.07 | 285.98 | 0.86 | 0.51 |
| Hex | BB | 17 | ED | 15 | 5A | 0 | 7 | 11E | 56 | 33 |
| Octal | 273 | 27 | 355 | 25 | 132 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111011 | 10111 | 11101101 | 10101 | 1011010 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BB17ED
Complementary color
Monochromatic Colors of #BB17ED
Black with #BB17ED
Text Example
Text Example
White with #BB17ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17ED; }
p { color: rgb(187,23,237); }
H1.HeaderClassName
{
color: #BB17ED;
}
.AnyTagClassName
{
color: #BB17ED;
}
</style>
background-color css
<style>
a { background-color: #BB17ED; }
a { background-color: rgb(187,23,237); }
div.DivClassName
{
background-color: #BB17ED;
}
.BgClassName
{
background-color: #BB17ED;
}
</style>
border-color css
<style>
span { border-color: #BB17ED; }
span { border-color: rgb(187,23,237); }
td.TdClassName
{
border-color: #BB17ED;
}
.TagClassName
{
border-color: #BB17ED;
}
</style>