Shades of Electric Purple #BB0DEC
Tints of Electric Purple #BB0DEC
RGB
CMYK
RGB Variations
Color information
#BB0DEC (or 0xBB0DEC) is known color: Electric Purple. HEX triplet: BB, 0D and EC. RGB value is (187,13,236). Sum of RGB (Red+Green+Blue) = 187+13+236=436 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.89% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 236 (92.58% from 255 or 54.13% from 436); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB0DEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BB0DEC is #44F213. Grayscale: #595959. Windows color (decimal): -4518420 or 15470011. OLE color: 15470011.
HSL color Cylindrical-coordinate representation of color #BB0DEC: hue angle of 286.82º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BB0DEC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 187 | 13 | 236 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.82º | 0.9% | 0.49% | - |
| HSV(B) | 286.82º | 0.94% | 0.93% | - |
| XYZ | 35.78 | 16.91 | 80.73 | - |
| YUV | 90.45 | 210.15 | 196.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 13 | 236 | 0.21 | 0.94 | 0 | 0.07 | 286.82 | 0.9 | 0.49 |
| Hex | BB | D | EC | 15 | 5E | 0 | 7 | 11F | 5A | 31 |
| Octal | 273 | 15 | 354 | 25 | 136 | 0 | 7 | 437 | 132 | 61 |
| Binary | 10111011 | 1101 | 11101100 | 10101 | 1011110 | 0 | 111 | 100011111 | 1011010 | 110001 |
Color Harmonies of #BB0DEC
Complementary color
Monochromatic Colors of #BB0DEC
Black with #BB0DEC
Text Example
Text Example
White with #BB0DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BB0DEC; }
p { color: rgb(187,13,236); }
H1.HeaderClassName
{
color: #BB0DEC;
}
.AnyTagClassName
{
color: #BB0DEC;
}
</style>
background-color css
<style>
a { background-color: #BB0DEC; }
a { background-color: rgb(187,13,236); }
div.DivClassName
{
background-color: #BB0DEC;
}
.BgClassName
{
background-color: #BB0DEC;
}
</style>
border-color css
<style>
span { border-color: #BB0DEC; }
span { border-color: rgb(187,13,236); }
td.TdClassName
{
border-color: #BB0DEC;
}
.TagClassName
{
border-color: #BB0DEC;
}
</style>