Shades of Electric Purple #B912EC
Tints of Electric Purple #B912EC
RGB
CMYK
RGB Variations
Color information
#B912EC (or 0xB912EC) is known color: Electric Purple. HEX triplet: B9, 12 and EC. RGB value is (185,18,236). Sum of RGB (Red+Green+Blue) = 185+18+236=439 (58% of max value = 765). Red value is 185 (72.66% from 255 or 42.14% from 439); Green value is 18 (7.42% from 255 or 4.10% from 439); Blue value is 236 (92.58% from 255 or 53.76% from 439); Max value from RGB is 236 - color contains mainly: blue. Hex color #B912EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B912EC is #46ED13. Grayscale: #5C5C5C. Windows color (decimal): -4648212 or 15471289. OLE color: 15471289.
HSL color Cylindrical-coordinate representation of color #B912EC: hue angle of 285.96º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B912EC is Cyan = 0.22, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 185 | 18 | 236 | - |
| CMYK | 0.22 | 0.92 | 0 | 0.07 |
| HSL | 285.96º | 0.86% | 0.5% | - |
| HSV(B) | 285.96º | 0.92% | 0.93% | - |
| XYZ | 35.36 | 16.8 | 80.74 | - |
| YUV | 92.79 | 208.83 | 193.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 18 | 236 | 0.22 | 0.92 | 0 | 0.07 | 285.96 | 0.86 | 0.5 |
| Hex | B9 | 12 | EC | 16 | 5C | 0 | 7 | 11E | 56 | 32 |
| Octal | 271 | 22 | 354 | 26 | 134 | 0 | 7 | 436 | 126 | 62 |
| Binary | 10111001 | 10010 | 11101100 | 10110 | 1011100 | 0 | 111 | 100011110 | 1010110 | 110010 |
Color Harmonies of #B912EC
Complementary color
Monochromatic Colors of #B912EC
Black with #B912EC
Text Example
Text Example
White with #B912EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B912EC; }
p { color: rgb(185,18,236); }
H1.HeaderClassName
{
color: #B912EC;
}
.AnyTagClassName
{
color: #B912EC;
}
</style>
background-color css
<style>
a { background-color: #B912EC; }
a { background-color: rgb(185,18,236); }
div.DivClassName
{
background-color: #B912EC;
}
.BgClassName
{
background-color: #B912EC;
}
</style>
border-color css
<style>
span { border-color: #B912EC; }
span { border-color: rgb(185,18,236); }
td.TdClassName
{
border-color: #B912EC;
}
.TagClassName
{
border-color: #B912EC;
}
</style>