Shades of Electric Purple #B212EC
Tints of Electric Purple #B212EC
RGB
CMYK
RGB Variations
Color information
#B212EC (or 0xB212EC) is known color: Electric Purple. HEX triplet: B2, 12 and EC. RGB value is (178,18,236). Sum of RGB (Red+Green+Blue) = 178+18+236=432 (57% of max value = 765). Red value is 178 (69.92% from 255 or 41.20% from 432); Green value is 18 (7.42% from 255 or 4.17% from 432); Blue value is 236 (92.58% from 255 or 54.63% from 432); Max value from RGB is 236 - color contains mainly: blue. Hex color #B212EC is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212EC is #4DED13. Grayscale: #595959. Windows color (decimal): -5106964 or 15471282. OLE color: 15471282.
HSL color Cylindrical-coordinate representation of color #B212EC: hue angle of 284.04º 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 #B212EC is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 178 | 18 | 236 | - |
| CMYK | 0.25 | 0.92 | 0 | 0.07 |
| HSL | 284.04º | 0.86% | 0.5% | - |
| HSV(B) | 284.04º | 0.92% | 0.93% | - |
| XYZ | 33.72 | 15.95 | 80.66 | - |
| YUV | 90.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 236 | 0.25 | 0.92 | 0 | 0.07 | 284.04 | 0.86 | 0.5 |
| Hex | B2 | 12 | EC | 19 | 5C | 0 | 7 | 11C | 56 | 32 |
| Octal | 262 | 22 | 354 | 31 | 134 | 0 | 7 | 434 | 126 | 62 |
| Binary | 10110010 | 10010 | 11101100 | 11001 | 1011100 | 0 | 111 | 100011100 | 1010110 | 110010 |
Color Harmonies of #B212EC
Complementary color
Monochromatic Colors of #B212EC
Black with #B212EC
Text Example
Text Example
White with #B212EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212EC; }
p { color: rgb(178,18,236); }
H1.HeaderClassName
{
color: #B212EC;
}
.AnyTagClassName
{
color: #B212EC;
}
</style>
background-color css
<style>
a { background-color: #B212EC; }
a { background-color: rgb(178,18,236); }
div.DivClassName
{
background-color: #B212EC;
}
.BgClassName
{
background-color: #B212EC;
}
</style>
border-color css
<style>
span { border-color: #B212EC; }
span { border-color: rgb(178,18,236); }
td.TdClassName
{
border-color: #B212EC;
}
.TagClassName
{
border-color: #B212EC;
}
</style>