Shades of Electric Purple #B313ED
Tints of Electric Purple #B313ED
RGB
CMYK
RGB Variations
Color information
#B313ED (or 0xB313ED) is known color: Electric Purple. HEX triplet: B3, 13 and ED. RGB value is (179,19,237). Sum of RGB (Red+Green+Blue) = 179+19+237=435 (57% of max value = 765). Red value is 179 (70.31% from 255 or 41.15% from 435); Green value is 19 (7.81% from 255 or 4.37% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #B313ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #B313ED is #4CEC12. Grayscale: #5A5A5A. Windows color (decimal): -5041171 or 15537075. OLE color: 15537075.
HSL color Cylindrical-coordinate representation of color #B313ED: hue angle of 284.04º degrees, saturation: 0.86, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B313ED is Cyan = 0.24, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 179 | 19 | 237 | - |
| CMYK | 0.24 | 0.92 | 0 | 0.07 |
| HSL | 284.04º | 0.86% | 0.5% | - |
| HSV(B) | 284.04º | 0.92% | 0.93% | - |
| XYZ | 34.11 | 16.16 | 81.44 | - |
| YUV | 91.69 | 210.01 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 237 | 0.24 | 0.92 | 0 | 0.07 | 284.04 | 0.86 | 0.5 |
| Hex | B3 | 13 | ED | 18 | 5C | 0 | 7 | 11C | 56 | 32 |
| Octal | 263 | 23 | 355 | 30 | 134 | 0 | 7 | 434 | 126 | 62 |
| Binary | 10110011 | 10011 | 11101101 | 11000 | 1011100 | 0 | 111 | 100011100 | 1010110 | 110010 |
Color Harmonies of #B313ED
Complementary color
Monochromatic Colors of #B313ED
Black with #B313ED
Text Example
Text Example
White with #B313ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313ED; }
p { color: rgb(179,19,237); }
H1.HeaderClassName
{
color: #B313ED;
}
.AnyTagClassName
{
color: #B313ED;
}
</style>
background-color css
<style>
a { background-color: #B313ED; }
a { background-color: rgb(179,19,237); }
div.DivClassName
{
background-color: #B313ED;
}
.BgClassName
{
background-color: #B313ED;
}
</style>
border-color css
<style>
span { border-color: #B313ED; }
span { border-color: rgb(179,19,237); }
td.TdClassName
{
border-color: #B313ED;
}
.TagClassName
{
border-color: #B313ED;
}
</style>