Shades of Electric Purple #B212EF
Tints of Electric Purple #B212EF
RGB
CMYK
RGB Variations
Color information
#B212EF (or 0xB212EF) is known color: Electric Purple. HEX triplet: B2, 12 and EF. RGB value is (178,18,239). Sum of RGB (Red+Green+Blue) = 178+18+239=435 (57% of max value = 765). Red value is 178 (69.92% from 255 or 40.92% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 239 (93.75% from 255 or 54.94% from 435); Max value from RGB is 239 - color contains mainly: blue. Hex color #B212EF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B212EF is #4DED10. Grayscale: #5A5A5A. Windows color (decimal): -5106961 or 15667890. OLE color: 15667890.
HSL color Cylindrical-coordinate representation of color #B212EF: hue angle of 283.44º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B212EF is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 18 | 239 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.06 |
| HSL | 283.44º | 0.87% | 0.5% | - |
| HSV(B) | 283.44º | 0.92% | 0.94% | - |
| XYZ | 34.16 | 16.13 | 82.97 | - |
| YUV | 91.03 | 211.51 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 18 | 239 | 0.26 | 0.92 | 0 | 0.06 | 283.44 | 0.87 | 0.5 |
| Hex | B2 | 12 | EF | 1A | 5C | 0 | 6 | 11B | 57 | 32 |
| Octal | 262 | 22 | 357 | 32 | 134 | 0 | 6 | 433 | 127 | 62 |
| Binary | 10110010 | 10010 | 11101111 | 11010 | 1011100 | 0 | 110 | 100011011 | 1010111 | 110010 |
Color Harmonies of #B212EF
Complementary color
Monochromatic Colors of #B212EF
Black with #B212EF
Text Example
Text Example
White with #B212EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B212EF; }
p { color: rgb(178,18,239); }
H1.HeaderClassName
{
color: #B212EF;
}
.AnyTagClassName
{
color: #B212EF;
}
</style>
background-color css
<style>
a { background-color: #B212EF; }
a { background-color: rgb(178,18,239); }
div.DivClassName
{
background-color: #B212EF;
}
.BgClassName
{
background-color: #B212EF;
}
</style>
border-color css
<style>
span { border-color: #B212EF; }
span { border-color: rgb(178,18,239); }
td.TdClassName
{
border-color: #B212EF;
}
.TagClassName
{
border-color: #B212EF;
}
</style>