Shades of Electric Purple #BB17EA
Tints of Electric Purple #BB17EA
RGB
CMYK
RGB Variations
Color information
#BB17EA (or 0xBB17EA) is known color: Electric Purple. HEX triplet: BB, 17 and EA. RGB value is (187,23,234). Sum of RGB (Red+Green+Blue) = 187+23+234=444 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.12% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 234 (91.80% from 255 or 52.70% from 444); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17EA is #44E815. Grayscale: #5F5F5F. Windows color (decimal): -4515862 or 15341499. OLE color: 15341499.
HSL color Cylindrical-coordinate representation of color #BB17EA: hue angle of 286.64º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17EA is Cyan = 0.20, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 23 | 234 | - |
| CMYK | 0.20 | 0.90 | 0 | 0.08 |
| HSL | 286.64º | 0.83% | 0.5% | - |
| HSV(B) | 286.64º | 0.9% | 0.92% | - |
| XYZ | 35.65 | 17.12 | 79.27 | - |
| YUV | 96.09 | 205.83 | 192.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 234 | 0.20 | 0.90 | 0 | 0.08 | 286.64 | 0.83 | 0.5 |
| Hex | BB | 17 | EA | 14 | 5A | 0 | 8 | 11F | 53 | 32 |
| Octal | 273 | 27 | 352 | 24 | 132 | 0 | 10 | 437 | 123 | 62 |
| Binary | 10111011 | 10111 | 11101010 | 10100 | 1011010 | 0 | 1000 | 100011111 | 1010011 | 110010 |
Color Harmonies of #BB17EA
Complementary color
Monochromatic Colors of #BB17EA
Black with #BB17EA
Text Example
Text Example
White with #BB17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17EA; }
p { color: rgb(187,23,234); }
H1.HeaderClassName
{
color: #BB17EA;
}
.AnyTagClassName
{
color: #BB17EA;
}
</style>
background-color css
<style>
a { background-color: #BB17EA; }
a { background-color: rgb(187,23,234); }
div.DivClassName
{
background-color: #BB17EA;
}
.BgClassName
{
background-color: #BB17EA;
}
</style>
border-color css
<style>
span { border-color: #BB17EA; }
span { border-color: rgb(187,23,234); }
td.TdClassName
{
border-color: #BB17EA;
}
.TagClassName
{
border-color: #BB17EA;
}
</style>