Shades of Electric Purple #BB0CEB
Tints of Electric Purple #BB0CEB
RGB
CMYK
RGB Variations
Color information
#BB0CEB (or 0xBB0CEB) is known color: Electric Purple. HEX triplet: BB, 0C and EB. RGB value is (187,12,235). Sum of RGB (Red+Green+Blue) = 187+12+235=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 12 (5.08% from 255 or 2.76% from 434); Blue value is 235 (92.19% from 255 or 54.15% from 434); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB0CEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CEB is #44F314. Grayscale: #595959. Windows color (decimal): -4518677 or 15404219. OLE color: 15404219.
HSL color Cylindrical-coordinate representation of color #BB0CEB: hue angle of 287.09º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CEB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 12 | 235 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.08 |
| HSL | 287.09º | 0.9% | 0.48% | - |
| HSV(B) | 287.09º | 0.95% | 0.92% | - |
| XYZ | 35.62 | 16.83 | 79.97 | - |
| YUV | 89.75 | 209.98 | 197.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 235 | 0.20 | 0.95 | 0 | 0.08 | 287.09 | 0.9 | 0.48 |
| Hex | BB | C | EB | 14 | 5F | 0 | 8 | 11F | 5A | 30 |
| Octal | 273 | 14 | 353 | 24 | 137 | 0 | 10 | 437 | 132 | 60 |
| Binary | 10111011 | 1100 | 11101011 | 10100 | 1011111 | 0 | 1000 | 100011111 | 1011010 | 110000 |
Color Harmonies of #BB0CEB
Complementary color
Monochromatic Colors of #BB0CEB
Black with #BB0CEB
Text Example
Text Example
White with #BB0CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CEB; }
p { color: rgb(187,12,235); }
H1.HeaderClassName
{
color: #BB0CEB;
}
.AnyTagClassName
{
color: #BB0CEB;
}
</style>
background-color css
<style>
a { background-color: #BB0CEB; }
a { background-color: rgb(187,12,235); }
div.DivClassName
{
background-color: #BB0CEB;
}
.BgClassName
{
background-color: #BB0CEB;
}
</style>
border-color css
<style>
span { border-color: #BB0CEB; }
span { border-color: rgb(187,12,235); }
td.TdClassName
{
border-color: #BB0CEB;
}
.TagClassName
{
border-color: #BB0CEB;
}
</style>