Shades of Electric Purple #BB14EE
Tints of Electric Purple #BB14EE
RGB
CMYK
RGB Variations
Color information
#BB14EE (or 0xBB14EE) is known color: Electric Purple. HEX triplet: BB, 14 and EE. RGB value is (187,20,238). Sum of RGB (Red+Green+Blue) = 187+20+238=445 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.02% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB14EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB14EE is #44EB11. Grayscale: #5E5E5E. Windows color (decimal): -4516626 or 15602875. OLE color: 15602875.
HSL color Cylindrical-coordinate representation of color #BB14EE: hue angle of 285.96º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BB14EE is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 20 | 238 | - |
| CMYK | 0.21 | 0.92 | 0 | 0.07 |
| HSL | 285.96º | 0.87% | 0.51% | - |
| HSV(B) | 285.96º | 0.92% | 0.93% | - |
| XYZ | 36.18 | 17.24 | 82.31 | - |
| YUV | 94.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 20 | 238 | 0.21 | 0.92 | 0 | 0.07 | 285.96 | 0.87 | 0.51 |
| Hex | BB | 14 | EE | 15 | 5C | 0 | 7 | 11E | 57 | 33 |
| Octal | 273 | 24 | 356 | 25 | 134 | 0 | 7 | 436 | 127 | 63 |
| Binary | 10111011 | 10100 | 11101110 | 10101 | 1011100 | 0 | 111 | 100011110 | 1010111 | 110011 |
Color Harmonies of #BB14EE
Complementary color
Monochromatic Colors of #BB14EE
Black with #BB14EE
Text Example
Text Example
White with #BB14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB14EE; }
p { color: rgb(187,20,238); }
H1.HeaderClassName
{
color: #BB14EE;
}
.AnyTagClassName
{
color: #BB14EE;
}
</style>
background-color css
<style>
a { background-color: #BB14EE; }
a { background-color: rgb(187,20,238); }
div.DivClassName
{
background-color: #BB14EE;
}
.BgClassName
{
background-color: #BB14EE;
}
</style>
border-color css
<style>
span { border-color: #BB14EE; }
span { border-color: rgb(187,20,238); }
td.TdClassName
{
border-color: #BB14EE;
}
.TagClassName
{
border-color: #BB14EE;
}
</style>