Shades of Electric Purple #BB17EF
Tints of Electric Purple #BB17EF
RGB
CMYK
RGB Variations
Color information
#BB17EF (or 0xBB17EF) is known color: Electric Purple. HEX triplet: BB, 17 and EF. RGB value is (187,23,239). Sum of RGB (Red+Green+Blue) = 187+23+239=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 23 (9.38% from 255 or 5.12% from 449); Blue value is 239 (93.75% from 255 or 53.23% from 449); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB17EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB17EF is #44E810. Grayscale: #5F5F5F. Windows color (decimal): -4515857 or 15669179. OLE color: 15669179.
HSL color Cylindrical-coordinate representation of color #BB17EF: hue angle of 285.56º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB17EF is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 23 | 239 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.06 |
| HSL | 285.56º | 0.87% | 0.51% | - |
| HSV(B) | 285.56º | 0.9% | 0.94% | - |
| XYZ | 36.38 | 17.41 | 83.1 | - |
| YUV | 96.66 | 208.33 | 192.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 23 | 239 | 0.22 | 0.90 | 0 | 0.06 | 285.56 | 0.87 | 0.51 |
| Hex | BB | 17 | EF | 16 | 5A | 0 | 6 | 11E | 57 | 33 |
| Octal | 273 | 27 | 357 | 26 | 132 | 0 | 6 | 436 | 127 | 63 |
| Binary | 10111011 | 10111 | 11101111 | 10110 | 1011010 | 0 | 110 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BB17EF
Complementary color
Monochromatic Colors of #BB17EF
Black with #BB17EF
Text Example
Text Example
White with #BB17EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB17EF; }
p { color: rgb(187,23,239); }
H1.HeaderClassName
{
color: #BB17EF;
}
.AnyTagClassName
{
color: #BB17EF;
}
</style>
background-color css
<style>
a { background-color: #BB17EF; }
a { background-color: rgb(187,23,239); }
div.DivClassName
{
background-color: #BB17EF;
}
.BgClassName
{
background-color: #BB17EF;
}
</style>
border-color css
<style>
span { border-color: #BB17EF; }
span { border-color: rgb(187,23,239); }
td.TdClassName
{
border-color: #BB17EF;
}
.TagClassName
{
border-color: #BB17EF;
}
</style>