Shades of Electric Purple #B810EC
Tints of Electric Purple #B810EC
RGB
CMYK
RGB Variations
Color information
#B810EC (or 0xB810EC) is known color: Electric Purple. HEX triplet: B8, 10 and EC. RGB value is (184,16,236). Sum of RGB (Red+Green+Blue) = 184+16+236=436 (57% of max value = 765). Red value is 184 (72.27% from 255 or 42.20% from 436); Green value is 16 (6.64% from 255 or 3.67% 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 #B810EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B810EC is #47EF13. Grayscale: #5A5A5A. Windows color (decimal): -4714260 or 15470776. OLE color: 15470776.
HSL color Cylindrical-coordinate representation of color #B810EC: hue angle of 285.82º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B810EC is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 16 | 236 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.07 |
| HSL | 285.82º | 0.87% | 0.49% | - |
| HSV(B) | 285.82º | 0.93% | 0.93% | - |
| XYZ | 35.09 | 16.62 | 80.71 | - |
| YUV | 91.31 | 209.66 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 236 | 0.22 | 0.93 | 0 | 0.07 | 285.82 | 0.87 | 0.49 |
| Hex | B8 | 10 | EC | 16 | 5D | 0 | 7 | 11E | 57 | 31 |
| Octal | 270 | 20 | 354 | 26 | 135 | 0 | 7 | 436 | 127 | 61 |
| Binary | 10111000 | 10000 | 11101100 | 10110 | 1011101 | 0 | 111 | 100011110 | 1010111 | 110001 |
Color Harmonies of #B810EC
Complementary color
Monochromatic Colors of #B810EC
Black with #B810EC
Text Example
Text Example
White with #B810EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B810EC; }
p { color: rgb(184,16,236); }
H1.HeaderClassName
{
color: #B810EC;
}
.AnyTagClassName
{
color: #B810EC;
}
</style>
background-color css
<style>
a { background-color: #B810EC; }
a { background-color: rgb(184,16,236); }
div.DivClassName
{
background-color: #B810EC;
}
.BgClassName
{
background-color: #B810EC;
}
</style>
border-color css
<style>
span { border-color: #B810EC; }
span { border-color: rgb(184,16,236); }
td.TdClassName
{
border-color: #B810EC;
}
.TagClassName
{
border-color: #B810EC;
}
</style>