Shades of Electric Purple #BB1EEA
Tints of Electric Purple #BB1EEA
RGB
CMYK
RGB Variations
Color information
#BB1EEA (or 0xBB1EEA) is known color: Electric Purple. HEX triplet: BB, 1E and EA. RGB value is (187,30,234). Sum of RGB (Red+Green+Blue) = 187+30+234=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 30 (12.11% from 255 or 6.65% from 451); Blue value is 234 (91.80% from 255 or 51.88% from 451); Max value from RGB is 234 - color contains mainly: blue. Hex color #BB1EEA is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EEA is #44E115. Grayscale: #636363. Windows color (decimal): -4514070 or 15343291. OLE color: 15343291.
HSL color Cylindrical-coordinate representation of color #BB1EEA: hue angle of 286.18º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1EEA is Cyan = 0.20, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 30 | 234 | - |
| CMYK | 0.20 | 0.87 | 0 | 0.08 |
| HSL | 286.18º | 0.83% | 0.52% | - |
| HSV(B) | 286.18º | 0.87% | 0.92% | - |
| XYZ | 35.81 | 17.43 | 79.32 | - |
| YUV | 100.2 | 203.51 | 189.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 234 | 0.20 | 0.87 | 0 | 0.08 | 286.18 | 0.83 | 0.52 |
| Hex | BB | 1E | EA | 14 | 57 | 0 | 8 | 11E | 53 | 34 |
| Octal | 273 | 36 | 352 | 24 | 127 | 0 | 10 | 436 | 123 | 64 |
| Binary | 10111011 | 11110 | 11101010 | 10100 | 1010111 | 0 | 1000 | 100011110 | 1010011 | 110100 |
Color Harmonies of #BB1EEA
Complementary color
Monochromatic Colors of #BB1EEA
Black with #BB1EEA
Text Example
Text Example
White with #BB1EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EEA; }
p { color: rgb(187,30,234); }
H1.HeaderClassName
{
color: #BB1EEA;
}
.AnyTagClassName
{
color: #BB1EEA;
}
</style>
background-color css
<style>
a { background-color: #BB1EEA; }
a { background-color: rgb(187,30,234); }
div.DivClassName
{
background-color: #BB1EEA;
}
.BgClassName
{
background-color: #BB1EEA;
}
</style>
border-color css
<style>
span { border-color: #BB1EEA; }
span { border-color: rgb(187,30,234); }
td.TdClassName
{
border-color: #BB1EEA;
}
.TagClassName
{
border-color: #BB1EEA;
}
</style>