Shades of Electric Purple #B310ED
Tints of Electric Purple #B310ED
RGB
CMYK
RGB Variations
Color information
#B310ED (or 0xB310ED) is known color: Electric Purple. HEX triplet: B3, 10 and ED. RGB value is (179,16,237). Sum of RGB (Red+Green+Blue) = 179+16+237=432 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.44% from 432); Green value is 16 (6.64% from 255 or 3.70% from 432); Blue value is 237 (92.97% from 255 or 54.86% from 432); Max value from RGB is 237 - color contains mainly: blue. Hex color #B310ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B310ED is #4CEF12. Grayscale: #595959. Windows color (decimal): -5041939 or 15536307. OLE color: 15536307.
HSL color Cylindrical-coordinate representation of color #B310ED: hue angle of 284.25º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B310ED is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 16 | 237 | - |
| CMYK | 0.24 | 0.93 | 0 | 0.07 |
| HSL | 284.25º | 0.87% | 0.5% | - |
| HSV(B) | 284.25º | 0.93% | 0.93% | - |
| XYZ | 34.06 | 16.07 | 81.43 | - |
| YUV | 89.93 | 211 | 191.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 237 | 0.24 | 0.93 | 0 | 0.07 | 284.25 | 0.87 | 0.5 |
| Hex | B3 | 10 | ED | 18 | 5D | 0 | 7 | 11C | 57 | 32 |
| Octal | 263 | 20 | 355 | 30 | 135 | 0 | 7 | 434 | 127 | 62 |
| Binary | 10110011 | 10000 | 11101101 | 11000 | 1011101 | 0 | 111 | 100011100 | 1010111 | 110010 |
Color Harmonies of #B310ED
Complementary color
Monochromatic Colors of #B310ED
Black with #B310ED
Text Example
Text Example
White with #B310ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B310ED; }
p { color: rgb(179,16,237); }
H1.HeaderClassName
{
color: #B310ED;
}
.AnyTagClassName
{
color: #B310ED;
}
</style>
background-color css
<style>
a { background-color: #B310ED; }
a { background-color: rgb(179,16,237); }
div.DivClassName
{
background-color: #B310ED;
}
.BgClassName
{
background-color: #B310ED;
}
</style>
border-color css
<style>
span { border-color: #B310ED; }
span { border-color: rgb(179,16,237); }
td.TdClassName
{
border-color: #B310ED;
}
.TagClassName
{
border-color: #B310ED;
}
</style>