Shades of Electric Purple #B916EC
Tints of Electric Purple #B916EC
RGB
CMYK
RGB Variations
Color information
#B916EC (or 0xB916EC) is known color: Electric Purple. HEX triplet: B9, 16 and EC. RGB value is (185,22,236). Sum of RGB (Red+Green+Blue) = 185+22+236=443 (58% of max value = 765). Red value is 185 (72.66% from 255 or 41.76% from 443); Green value is 22 (8.98% from 255 or 4.97% from 443); Blue value is 236 (92.58% from 255 or 53.27% from 443); Max value from RGB is 236 - color contains mainly: blue. Hex color #B916EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B916EC is #46E913. Grayscale: #5E5E5E. Windows color (decimal): -4647188 or 15472313. OLE color: 15472313.
HSL color Cylindrical-coordinate representation of color #B916EC: hue angle of 285.7º 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 #B916EC is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 22 | 236 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.07 |
| HSL | 285.7º | 0.85% | 0.51% | - |
| HSV(B) | 285.7º | 0.91% | 0.93% | - |
| XYZ | 35.43 | 16.94 | 80.76 | - |
| YUV | 95.13 | 207.5 | 192.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 236 | 0.22 | 0.91 | 0 | 0.07 | 285.7 | 0.85 | 0.51 |
| Hex | B9 | 16 | EC | 16 | 5B | 0 | 7 | 11E | 55 | 33 |
| Octal | 271 | 26 | 354 | 26 | 133 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111001 | 10110 | 11101100 | 10110 | 1011011 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #B916EC
Complementary color
Monochromatic Colors of #B916EC
Black with #B916EC
Text Example
Text Example
White with #B916EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B916EC; }
p { color: rgb(185,22,236); }
H1.HeaderClassName
{
color: #B916EC;
}
.AnyTagClassName
{
color: #B916EC;
}
</style>
background-color css
<style>
a { background-color: #B916EC; }
a { background-color: rgb(185,22,236); }
div.DivClassName
{
background-color: #B916EC;
}
.BgClassName
{
background-color: #B916EC;
}
</style>
border-color css
<style>
span { border-color: #B916EC; }
span { border-color: rgb(185,22,236); }
td.TdClassName
{
border-color: #B916EC;
}
.TagClassName
{
border-color: #B916EC;
}
</style>