Shades of Electric Purple #B310EC
Tints of Electric Purple #B310EC
RGB
CMYK
RGB Variations
Color information
#B310EC (or 0xB310EC) is known color: Electric Purple. HEX triplet: B3, 10 and EC. RGB value is (179,16,236). Sum of RGB (Red+Green+Blue) = 179+16+236=431 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.53% from 431); Green value is 16 (6.64% from 255 or 3.71% from 431); Blue value is 236 (92.58% from 255 or 54.76% from 431); Max value from RGB is 236 - color contains mainly: blue. Hex color #B310EC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B310EC is #4CEF13. Grayscale: #595959. Windows color (decimal): -5041940 or 15470771. OLE color: 15470771.
HSL color Cylindrical-coordinate representation of color #B310EC: hue angle of 284.45º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B310EC is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 16 | 236 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.07 |
| HSL | 284.45º | 0.87% | 0.49% | - |
| HSV(B) | 284.45º | 0.93% | 0.93% | - |
| XYZ | 33.92 | 16.01 | 80.66 | - |
| YUV | 89.82 | 210.5 | 191.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 236 | 0.24 | 0.93 | 0 | 0.07 | 284.45 | 0.87 | 0.49 |
| Hex | B3 | 10 | EC | 18 | 5D | 0 | 7 | 11C | 57 | 31 |
| Octal | 263 | 20 | 354 | 30 | 135 | 0 | 7 | 434 | 127 | 61 |
| Binary | 10110011 | 10000 | 11101100 | 11000 | 1011101 | 0 | 111 | 100011100 | 1010111 | 110001 |
Color Harmonies of #B310EC
Complementary color
Monochromatic Colors of #B310EC
Black with #B310EC
Text Example
Text Example
White with #B310EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B310EC; }
p { color: rgb(179,16,236); }
H1.HeaderClassName
{
color: #B310EC;
}
.AnyTagClassName
{
color: #B310EC;
}
</style>
background-color css
<style>
a { background-color: #B310EC; }
a { background-color: rgb(179,16,236); }
div.DivClassName
{
background-color: #B310EC;
}
.BgClassName
{
background-color: #B310EC;
}
</style>
border-color css
<style>
span { border-color: #B310EC; }
span { border-color: rgb(179,16,236); }
td.TdClassName
{
border-color: #B310EC;
}
.TagClassName
{
border-color: #B310EC;
}
</style>