Shades of Electric Purple #BB0BEB
Tints of Electric Purple #BB0BEB
RGB
CMYK
RGB Variations
Color information
#BB0BEB (or 0xBB0BEB) is known color: Electric Purple. HEX triplet: BB, 0B and EB. RGB value is (187,11,235). Sum of RGB (Red+Green+Blue) = 187+11+235=433 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.19% from 433); Green value is 11 (4.69% from 255 or 2.54% from 433); Blue value is 235 (92.19% from 255 or 54.27% from 433); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB0BEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0BEB is #44F414. Grayscale: #585858. Windows color (decimal): -4518933 or 15403963. OLE color: 15403963.
HSL color Cylindrical-coordinate representation of color #BB0BEB: hue angle of 287.14º degrees, saturation: 0.91, 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 #BB0BEB is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 11 | 235 | - |
| CMYK | 0.20 | 0.95 | 0 | 0.08 |
| HSL | 287.14º | 0.91% | 0.48% | - |
| HSV(B) | 287.14º | 0.95% | 0.92% | - |
| XYZ | 35.61 | 16.8 | 79.96 | - |
| YUV | 89.16 | 210.31 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 11 | 235 | 0.20 | 0.95 | 0 | 0.08 | 287.14 | 0.91 | 0.48 |
| Hex | BB | B | EB | 14 | 5F | 0 | 8 | 11F | 5B | 30 |
| Octal | 273 | 13 | 353 | 24 | 137 | 0 | 10 | 437 | 133 | 60 |
| Binary | 10111011 | 1011 | 11101011 | 10100 | 1011111 | 0 | 1000 | 100011111 | 1011011 | 110000 |
Color Harmonies of #BB0BEB
Complementary color
Monochromatic Colors of #BB0BEB
Black with #BB0BEB
Text Example
Text Example
White with #BB0BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0BEB; }
p { color: rgb(187,11,235); }
H1.HeaderClassName
{
color: #BB0BEB;
}
.AnyTagClassName
{
color: #BB0BEB;
}
</style>
background-color css
<style>
a { background-color: #BB0BEB; }
a { background-color: rgb(187,11,235); }
div.DivClassName
{
background-color: #BB0BEB;
}
.BgClassName
{
background-color: #BB0BEB;
}
</style>
border-color css
<style>
span { border-color: #BB0BEB; }
span { border-color: rgb(187,11,235); }
td.TdClassName
{
border-color: #BB0BEB;
}
.TagClassName
{
border-color: #BB0BEB;
}
</style>