Shades of Electric Purple #BB17EB
Tints of Electric Purple #BB17EB
RGB
CMYK
RGB Variations
Color information
#BB17EB (or 0xBB17EB) is known color: Electric Purple. HEX triplet: BB, 17 and EB. RGB value is (187,23,235). Sum of RGB (Red+Green+Blue) = 187+23+235=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 23 (9.38% from 255 or 5.17% from 445); Blue value is 235 (92.19% from 255 or 52.81% from 445); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17EB is #44E814. Grayscale: #5F5F5F. Windows color (decimal): -4515861 or 15407035. OLE color: 15407035.
HSL color Cylindrical-coordinate representation of color #BB17EB: hue angle of 286.42º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17EB is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 23 | 235 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.08 |
| HSL | 286.42º | 0.84% | 0.51% | - |
| HSV(B) | 286.42º | 0.9% | 0.92% | - |
| XYZ | 35.8 | 17.18 | 80.03 | - |
| YUV | 96.2 | 206.33 | 192.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 235 | 0.20 | 0.90 | 0 | 0.08 | 286.42 | 0.84 | 0.51 |
| Hex | BB | 17 | EB | 14 | 5A | 0 | 8 | 11E | 54 | 33 |
| Octal | 273 | 27 | 353 | 24 | 132 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111011 | 10111 | 11101011 | 10100 | 1011010 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #BB17EB
Complementary color
Monochromatic Colors of #BB17EB
Black with #BB17EB
Text Example
Text Example
White with #BB17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17EB; }
p { color: rgb(187,23,235); }
H1.HeaderClassName
{
color: #BB17EB;
}
.AnyTagClassName
{
color: #BB17EB;
}
</style>
background-color css
<style>
a { background-color: #BB17EB; }
a { background-color: rgb(187,23,235); }
div.DivClassName
{
background-color: #BB17EB;
}
.BgClassName
{
background-color: #BB17EB;
}
</style>
border-color css
<style>
span { border-color: #BB17EB; }
span { border-color: rgb(187,23,235); }
td.TdClassName
{
border-color: #BB17EB;
}
.TagClassName
{
border-color: #BB17EB;
}
</style>