Shades of Electric Purple #BB0CEF
Tints of Electric Purple #BB0CEF
RGB
CMYK
RGB Variations
Color information
#BB0CEF (or 0xBB0CEF) is known color: Electric Purple. HEX triplet: BB, 0C and EF. RGB value is (187,12,239). Sum of RGB (Red+Green+Blue) = 187+12+239=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 12 (5.08% from 255 or 2.74% from 438); Blue value is 239 (93.75% from 255 or 54.57% from 438); Max value from RGB is 239 - color contains mainly: blue. Hex color #BB0CEF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0CEF is #44F310. Grayscale: #595959. Windows color (decimal): -4518673 or 15666363. OLE color: 15666363.
HSL color Cylindrical-coordinate representation of color #BB0CEF: hue angle of 286.26º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BB0CEF is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 187 | 12 | 239 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.06 |
| HSL | 286.26º | 0.9% | 0.49% | - |
| HSV(B) | 286.26º | 0.95% | 0.94% | - |
| XYZ | 36.2 | 17.06 | 83.05 | - |
| YUV | 90.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 12 | 239 | 0.22 | 0.95 | 0 | 0.06 | 286.26 | 0.9 | 0.49 |
| Hex | BB | C | EF | 16 | 5F | 0 | 6 | 11E | 5A | 31 |
| Octal | 273 | 14 | 357 | 26 | 137 | 0 | 6 | 436 | 132 | 61 |
| Binary | 10111011 | 1100 | 11101111 | 10110 | 1011111 | 0 | 110 | 100011110 | 1011010 | 110001 |
Color Harmonies of #BB0CEF
Complementary color
Monochromatic Colors of #BB0CEF
Black with #BB0CEF
Text Example
Text Example
White with #BB0CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0CEF; }
p { color: rgb(187,12,239); }
H1.HeaderClassName
{
color: #BB0CEF;
}
.AnyTagClassName
{
color: #BB0CEF;
}
</style>
background-color css
<style>
a { background-color: #BB0CEF; }
a { background-color: rgb(187,12,239); }
div.DivClassName
{
background-color: #BB0CEF;
}
.BgClassName
{
background-color: #BB0CEF;
}
</style>
border-color css
<style>
span { border-color: #BB0CEF; }
span { border-color: rgb(187,12,239); }
td.TdClassName
{
border-color: #BB0CEF;
}
.TagClassName
{
border-color: #BB0CEF;
}
</style>