Shades of Electric Purple #B016EC
Tints of Electric Purple #B016EC
RGB
CMYK
RGB Variations
Color information
#B016EC (or 0xB016EC) is known color: Electric Purple. HEX triplet: B0, 16 and EC. RGB value is (176,22,236). Sum of RGB (Red+Green+Blue) = 176+22+236=434 (57% of max value = 765). Red value is 176 (69.14% from 255 or 40.55% from 434); Green value is 22 (8.98% from 255 or 5.07% from 434); Blue value is 236 (92.58% from 255 or 54.38% from 434); Max value from RGB is 236 - color contains mainly: blue. Hex color #B016EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B016EC is #4FE913. Grayscale: #5B5B5B. Windows color (decimal): -5237012 or 15472304. OLE color: 15472304.
HSL color Cylindrical-coordinate representation of color #B016EC: hue angle of 283.18º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B016EC is Cyan = 0.25, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 176 | 22 | 236 | - |
| CMYK | 0.25 | 0.91 | 0 | 0.07 |
| HSL | 283.18º | 0.85% | 0.51% | - |
| HSV(B) | 283.18º | 0.91% | 0.93% | - |
| XYZ | 33.33 | 15.86 | 80.66 | - |
| YUV | 92.44 | 209.02 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 22 | 236 | 0.25 | 0.91 | 0 | 0.07 | 283.18 | 0.85 | 0.51 |
| Hex | B0 | 16 | EC | 19 | 5B | 0 | 7 | 11B | 55 | 33 |
| Octal | 260 | 26 | 354 | 31 | 133 | 0 | 7 | 433 | 125 | 63 |
| Binary | 10110000 | 10110 | 11101100 | 11001 | 1011011 | 0 | 111 | 100011011 | 1010101 | 110011 |
Color Harmonies of #B016EC
Complementary color
Monochromatic Colors of #B016EC
Black with #B016EC
Text Example
Text Example
White with #B016EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B016EC; }
p { color: rgb(176,22,236); }
H1.HeaderClassName
{
color: #B016EC;
}
.AnyTagClassName
{
color: #B016EC;
}
</style>
background-color css
<style>
a { background-color: #B016EC; }
a { background-color: rgb(176,22,236); }
div.DivClassName
{
background-color: #B016EC;
}
.BgClassName
{
background-color: #B016EC;
}
</style>
border-color css
<style>
span { border-color: #B016EC; }
span { border-color: rgb(176,22,236); }
td.TdClassName
{
border-color: #B016EC;
}
.TagClassName
{
border-color: #B016EC;
}
</style>