Shades of Electric Purple #BB0FEB
Tints of Electric Purple #BB0FEB
RGB
CMYK
RGB Variations
Color information
#BB0FEB (or 0xBB0FEB) is known color: Electric Purple. HEX triplet: BB, 0F and EB. RGB value is (187,15,235). Sum of RGB (Red+Green+Blue) = 187+15+235=437 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.79% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB0FEB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0FEB is #44F014. Grayscale: #5A5A5A. Windows color (decimal): -4517909 or 15404987. OLE color: 15404987.
HSL color Cylindrical-coordinate representation of color #BB0FEB: hue angle of 286.91º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0FEB is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 187 | 15 | 235 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.08 |
| HSL | 286.91º | 0.88% | 0.49% | - |
| HSV(B) | 286.91º | 0.94% | 0.92% | - |
| XYZ | 35.66 | 16.9 | 79.98 | - |
| YUV | 91.51 | 208.98 | 196.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 15 | 235 | 0.20 | 0.94 | 0 | 0.08 | 286.91 | 0.88 | 0.49 |
| Hex | BB | F | EB | 14 | 5E | 0 | 8 | 11F | 58 | 31 |
| Octal | 273 | 17 | 353 | 24 | 136 | 0 | 10 | 437 | 130 | 61 |
| Binary | 10111011 | 1111 | 11101011 | 10100 | 1011110 | 0 | 1000 | 100011111 | 1011000 | 110001 |
Color Harmonies of #BB0FEB
Complementary color
Monochromatic Colors of #BB0FEB
Black with #BB0FEB
Text Example
Text Example
White with #BB0FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0FEB; }
p { color: rgb(187,15,235); }
H1.HeaderClassName
{
color: #BB0FEB;
}
.AnyTagClassName
{
color: #BB0FEB;
}
</style>
background-color css
<style>
a { background-color: #BB0FEB; }
a { background-color: rgb(187,15,235); }
div.DivClassName
{
background-color: #BB0FEB;
}
.BgClassName
{
background-color: #BB0FEB;
}
</style>
border-color css
<style>
span { border-color: #BB0FEB; }
span { border-color: rgb(187,15,235); }
td.TdClassName
{
border-color: #BB0FEB;
}
.TagClassName
{
border-color: #BB0FEB;
}
</style>