Shades of Electric Purple #BB1EEC
Tints of Electric Purple #BB1EEC
RGB
CMYK
RGB Variations
Color information
#BB1EEC (or 0xBB1EEC) is known color: Electric Purple. HEX triplet: BB, 1E and EC. RGB value is (187,30,236). Sum of RGB (Red+Green+Blue) = 187+30+236=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 236 (92.58% from 255 or 52.10% from 453); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB1EEC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EEC is #44E113. Grayscale: #636363. Windows color (decimal): -4514068 or 15474363. OLE color: 15474363.
HSL color Cylindrical-coordinate representation of color #BB1EEC: hue angle of 285.73º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1EEC is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 30 | 236 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.07 |
| HSL | 285.73º | 0.84% | 0.52% | - |
| HSV(B) | 285.73º | 0.87% | 0.93% | - |
| XYZ | 36.1 | 17.55 | 80.84 | - |
| YUV | 100.43 | 204.51 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 236 | 0.21 | 0.87 | 0 | 0.07 | 285.73 | 0.84 | 0.52 |
| Hex | BB | 1E | EC | 15 | 57 | 0 | 7 | 11E | 54 | 34 |
| Octal | 273 | 36 | 354 | 25 | 127 | 0 | 7 | 436 | 124 | 64 |
| Binary | 10111011 | 11110 | 11101100 | 10101 | 1010111 | 0 | 111 | 100011110 | 1010100 | 110100 |
Color Harmonies of #BB1EEC
Complementary color
Monochromatic Colors of #BB1EEC
Black with #BB1EEC
Text Example
Text Example
White with #BB1EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EEC; }
p { color: rgb(187,30,236); }
H1.HeaderClassName
{
color: #BB1EEC;
}
.AnyTagClassName
{
color: #BB1EEC;
}
</style>
background-color css
<style>
a { background-color: #BB1EEC; }
a { background-color: rgb(187,30,236); }
div.DivClassName
{
background-color: #BB1EEC;
}
.BgClassName
{
background-color: #BB1EEC;
}
</style>
border-color css
<style>
span { border-color: #BB1EEC; }
span { border-color: rgb(187,30,236); }
td.TdClassName
{
border-color: #BB1EEC;
}
.TagClassName
{
border-color: #BB1EEC;
}
</style>