Shades of Electric Purple #BB1EEE
Tints of Electric Purple #BB1EEE
RGB
CMYK
RGB Variations
Color information
#BB1EEE (or 0xBB1EEE) is known color: Electric Purple. HEX triplet: BB, 1E and EE. RGB value is (187,30,238). Sum of RGB (Red+Green+Blue) = 187+30+238=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 30 (12.11% from 255 or 6.59% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #BB1EEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BB1EEE is #44E111. Grayscale: #636363. Windows color (decimal): -4514066 or 15605435. OLE color: 15605435.
HSL color Cylindrical-coordinate representation of color #BB1EEE: hue angle of 285.29º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1EEE is Cyan = 0.21, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 30 | 238 | - |
| CMYK | 0.21 | 0.87 | 0 | 0.07 |
| HSL | 285.29º | 0.86% | 0.53% | - |
| HSV(B) | 285.29º | 0.87% | 0.93% | - |
| XYZ | 36.39 | 17.67 | 82.38 | - |
| YUV | 100.66 | 205.51 | 189.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 30 | 238 | 0.21 | 0.87 | 0 | 0.07 | 285.29 | 0.86 | 0.53 |
| Hex | BB | 1E | EE | 15 | 57 | 0 | 7 | 11D | 56 | 35 |
| Octal | 273 | 36 | 356 | 25 | 127 | 0 | 7 | 435 | 126 | 65 |
| Binary | 10111011 | 11110 | 11101110 | 10101 | 1010111 | 0 | 111 | 100011101 | 1010110 | 110101 |
Color Harmonies of #BB1EEE
Complementary color
Monochromatic Colors of #BB1EEE
Black with #BB1EEE
Text Example
Text Example
White with #BB1EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB1EEE; }
p { color: rgb(187,30,238); }
H1.HeaderClassName
{
color: #BB1EEE;
}
.AnyTagClassName
{
color: #BB1EEE;
}
</style>
background-color css
<style>
a { background-color: #BB1EEE; }
a { background-color: rgb(187,30,238); }
div.DivClassName
{
background-color: #BB1EEE;
}
.BgClassName
{
background-color: #BB1EEE;
}
</style>
border-color css
<style>
span { border-color: #BB1EEE; }
span { border-color: rgb(187,30,238); }
td.TdClassName
{
border-color: #BB1EEE;
}
.TagClassName
{
border-color: #BB1EEE;
}
</style>