Shades of Electric Purple #B312E8
Tints of Electric Purple #B312E8
RGB
CMYK
RGB Variations
Color information
#B312E8 (or 0xB312E8) is known color: Electric Purple. HEX triplet: B3, 12 and E8. RGB value is (179,18,232). Sum of RGB (Red+Green+Blue) = 179+18+232=429 (56% of max value = 765). Red value is 179 (70.31% from 255 or 41.72% from 429); Green value is 18 (7.42% from 255 or 4.20% from 429); Blue value is 232 (91.02% from 255 or 54.08% from 429); Max value from RGB is 232 - color contains mainly: blue. Hex color #B312E8 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B312E8 is #4CED17. Grayscale: #595959. Windows color (decimal): -5041432 or 15209139. OLE color: 15209139.
HSL color Cylindrical-coordinate representation of color #B312E8: hue angle of 285.14º 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 #B312E8 is Cyan = 0.23, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 179 | 18 | 232 | - |
| CMYK | 0.23 | 0.92 | 0 | 0.09 |
| HSL | 285.14º | 0.86% | 0.49% | - |
| HSV(B) | 285.14º | 0.92% | 0.91% | - |
| XYZ | 33.37 | 15.84 | 77.64 | - |
| YUV | 90.54 | 207.84 | 191.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 232 | 0.23 | 0.92 | 0 | 0.09 | 285.14 | 0.86 | 0.49 |
| Hex | B3 | 12 | E8 | 17 | 5C | 0 | 9 | 11D | 56 | 31 |
| Octal | 263 | 22 | 350 | 27 | 134 | 0 | 11 | 435 | 126 | 61 |
| Binary | 10110011 | 10010 | 11101000 | 10111 | 1011100 | 0 | 1001 | 100011101 | 1010110 | 110001 |
Color Harmonies of #B312E8
Complementary color
Monochromatic Colors of #B312E8
Black with #B312E8
Text Example
Text Example
White with #B312E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B312E8; }
p { color: rgb(179,18,232); }
H1.HeaderClassName
{
color: #B312E8;
}
.AnyTagClassName
{
color: #B312E8;
}
</style>
background-color css
<style>
a { background-color: #B312E8; }
a { background-color: rgb(179,18,232); }
div.DivClassName
{
background-color: #B312E8;
}
.BgClassName
{
background-color: #B312E8;
}
</style>
border-color css
<style>
span { border-color: #B312E8; }
span { border-color: rgb(179,18,232); }
td.TdClassName
{
border-color: #B312E8;
}
.TagClassName
{
border-color: #B312E8;
}
</style>