Shades of Electric Purple #B313E0
Tints of Electric Purple #B313E0
RGB
CMYK
RGB Variations
Color information
#B313E0 (or 0xB313E0) is known color: Electric Purple. HEX triplet: B3, 13 and E0. RGB value is (179,19,224). Sum of RGB (Red+Green+Blue) = 179+19+224=422 (55% of max value = 765). Red value is 179 (70.31% from 255 or 42.42% from 422); Green value is 19 (7.81% from 255 or 4.50% from 422); Blue value is 224 (87.89% from 255 or 53.08% from 422); Max value from RGB is 224 - color contains mainly: blue. Hex color #B313E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313E0 is #4CEC1F. Grayscale: #595959. Windows color (decimal): -5041184 or 14685107. OLE color: 14685107.
HSL color Cylindrical-coordinate representation of color #B313E0: hue angle of 286.83º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B313E0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 19 | 224 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.12 |
| HSL | 286.83º | 0.84% | 0.48% | - |
| HSV(B) | 286.83º | 0.92% | 0.88% | - |
| XYZ | 32.28 | 15.43 | 71.8 | - |
| YUV | 90.21 | 203.51 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 224 | 0.20 | 0.92 | 0 | 0.12 | 286.83 | 0.84 | 0.48 |
| Hex | B3 | 13 | E0 | 14 | 5C | 0 | C | 11F | 54 | 30 |
| Octal | 263 | 23 | 340 | 24 | 134 | 0 | 14 | 437 | 124 | 60 |
| Binary | 10110011 | 10011 | 11100000 | 10100 | 1011100 | 0 | 1100 | 100011111 | 1010100 | 110000 |
Color Harmonies of #B313E0
Complementary color
Monochromatic Colors of #B313E0
Black with #B313E0
Text Example
Text Example
White with #B313E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313E0; }
p { color: rgb(179,19,224); }
H1.HeaderClassName
{
color: #B313E0;
}
.AnyTagClassName
{
color: #B313E0;
}
</style>
background-color css
<style>
a { background-color: #B313E0; }
a { background-color: rgb(179,19,224); }
div.DivClassName
{
background-color: #B313E0;
}
.BgClassName
{
background-color: #B313E0;
}
</style>
border-color css
<style>
span { border-color: #B313E0; }
span { border-color: rgb(179,19,224); }
td.TdClassName
{
border-color: #B313E0;
}
.TagClassName
{
border-color: #B313E0;
}
</style>