Shades of Electric Purple #B811EC
Tints of Electric Purple #B811EC
RGB
CMYK
RGB Variations
Color information
#B811EC (or 0xB811EC) is known color: Electric Purple. HEX triplet: B8, 11 and EC. RGB value is (184,17,236). Sum of RGB (Red+Green+Blue) = 184+17+236=437 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.11% from 437); Green value is 17 (7.03% from 255 or 3.89% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #B811EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B811EC is #47EE13. Grayscale: #5B5B5B. Windows color (decimal): -4714004 or 15471032. OLE color: 15471032.
HSL color Cylindrical-coordinate representation of color #B811EC: hue angle of 285.75º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B811EC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 17 | 236 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.07 |
| HSL | 285.75º | 0.87% | 0.5% | - |
| HSV(B) | 285.75º | 0.93% | 0.93% | - |
| XYZ | 35.11 | 16.65 | 80.72 | - |
| YUV | 91.9 | 209.33 | 193.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 236 | 0.22 | 0.93 | 0 | 0.07 | 285.75 | 0.87 | 0.5 |
| Hex | B8 | 11 | EC | 16 | 5D | 0 | 7 | 11E | 57 | 32 |
| Octal | 270 | 21 | 354 | 26 | 135 | 0 | 7 | 436 | 127 | 62 |
| Binary | 10111000 | 10001 | 11101100 | 10110 | 1011101 | 0 | 111 | 100011110 | 1010111 | 110010 |
Color Harmonies of #B811EC
Complementary color
Monochromatic Colors of #B811EC
Black with #B811EC
Text Example
Text Example
White with #B811EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B811EC; }
p { color: rgb(184,17,236); }
H1.HeaderClassName
{
color: #B811EC;
}
.AnyTagClassName
{
color: #B811EC;
}
</style>
background-color css
<style>
a { background-color: #B811EC; }
a { background-color: rgb(184,17,236); }
div.DivClassName
{
background-color: #B811EC;
}
.BgClassName
{
background-color: #B811EC;
}
</style>
border-color css
<style>
span { border-color: #B811EC; }
span { border-color: rgb(184,17,236); }
td.TdClassName
{
border-color: #B811EC;
}
.TagClassName
{
border-color: #B811EC;
}
</style>