Shades of Electric Purple #BB14EF
Tints of Electric Purple #BB14EF
RGB
CMYK
RGB Variations
Color information
#BB14EF (or 0xBB14EF) is known color: Electric Purple. HEX triplet: BB, 14 and EF. RGB value is (187,20,239). Sum of RGB (Red+Green+Blue) = 187+20+239=446 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.93% from 446); Green value is 20 (8.20% from 255 or 4.48% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB14EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14EF is #44EB10. Grayscale: #5E5E5E. Windows color (decimal): -4516625 or 15668411. OLE color: 15668411.
HSL color Cylindrical-coordinate representation of color #BB14EF: hue angle of 285.75º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB14EF is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 20 | 239 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.06 |
| HSL | 285.75º | 0.87% | 0.51% | - |
| HSV(B) | 285.75º | 0.92% | 0.94% | - |
| XYZ | 36.32 | 17.3 | 83.09 | - |
| YUV | 94.9 | 209.33 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 239 | 0.22 | 0.92 | 0 | 0.06 | 285.75 | 0.87 | 0.51 |
| Hex | BB | 14 | EF | 16 | 5C | 0 | 6 | 11E | 57 | 33 |
| Octal | 273 | 24 | 357 | 26 | 134 | 0 | 6 | 436 | 127 | 63 |
| Binary | 10111011 | 10100 | 11101111 | 10110 | 1011100 | 0 | 110 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BB14EF
Complementary color
Monochromatic Colors of #BB14EF
Black with #BB14EF
Text Example
Text Example
White with #BB14EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14EF; }
p { color: rgb(187,20,239); }
H1.HeaderClassName
{
color: #BB14EF;
}
.AnyTagClassName
{
color: #BB14EF;
}
</style>
background-color css
<style>
a { background-color: #BB14EF; }
a { background-color: rgb(187,20,239); }
div.DivClassName
{
background-color: #BB14EF;
}
.BgClassName
{
background-color: #BB14EF;
}
</style>
border-color css
<style>
span { border-color: #BB14EF; }
span { border-color: rgb(187,20,239); }
td.TdClassName
{
border-color: #BB14EF;
}
.TagClassName
{
border-color: #BB14EF;
}
</style>