Shades of Electric Purple #B012E9
Tints of Electric Purple #B012E9
RGB
CMYK
RGB Variations
Color information
#B012E9 (or 0xB012E9) is known color: Electric Purple. HEX triplet: B0, 12 and E9. RGB value is (176,18,233). Sum of RGB (Red+Green+Blue) = 176+18+233=427 (56% of max value = 765). Red value is 176 (69.14% from 255 or 41.22% from 427); Green value is 18 (7.42% from 255 or 4.22% from 427); Blue value is 233 (91.41% from 255 or 54.57% from 427); Max value from RGB is 233 - color contains mainly: blue. Hex color #B012E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #B012E9 is #4FED16. Grayscale: #595959. Windows color (decimal): -5238039 or 15274672. OLE color: 15274672.
HSL color Cylindrical-coordinate representation of color #B012E9: hue angle of 284.09º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B012E9 is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 176 | 18 | 233 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.09 |
| HSL | 284.09º | 0.86% | 0.49% | - |
| HSV(B) | 284.09º | 0.92% | 0.91% | - |
| XYZ | 32.83 | 15.55 | 78.36 | - |
| YUV | 89.75 | 208.85 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 233 | 0.24 | 0.92 | 0 | 0.09 | 284.09 | 0.86 | 0.49 |
| Hex | B0 | 12 | E9 | 18 | 5C | 0 | 9 | 11C | 56 | 31 |
| Octal | 260 | 22 | 351 | 30 | 134 | 0 | 11 | 434 | 126 | 61 |
| Binary | 10110000 | 10010 | 11101001 | 11000 | 1011100 | 0 | 1001 | 100011100 | 1010110 | 110001 |
Color Harmonies of #B012E9
Complementary color
Monochromatic Colors of #B012E9
Black with #B012E9
Text Example
Text Example
White with #B012E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B012E9; }
p { color: rgb(176,18,233); }
H1.HeaderClassName
{
color: #B012E9;
}
.AnyTagClassName
{
color: #B012E9;
}
</style>
background-color css
<style>
a { background-color: #B012E9; }
a { background-color: rgb(176,18,233); }
div.DivClassName
{
background-color: #B012E9;
}
.BgClassName
{
background-color: #B012E9;
}
</style>
border-color css
<style>
span { border-color: #B012E9; }
span { border-color: rgb(176,18,233); }
td.TdClassName
{
border-color: #B012E9;
}
.TagClassName
{
border-color: #B012E9;
}
</style>