Shades of Electric Purple #B313E1
Tints of Electric Purple #B313E1
RGB
CMYK
RGB Variations
Color information
#B313E1 (or 0xB313E1) is known color: Electric Purple. HEX triplet: B3, 13 and E1. RGB value is (179,19,225). Sum of RGB (Red+Green+Blue) = 179+19+225=423 (56% of max value = 765). Red value is 179 (70.31% from 255 or 42.32% from 423); Green value is 19 (7.81% from 255 or 4.49% from 423); Blue value is 225 (88.28% from 255 or 53.19% from 423); Max value from RGB is 225 - color contains mainly: blue. Hex color #B313E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B313E1 is #4CEC1E. Grayscale: #595959. Windows color (decimal): -5041183 or 14750643. OLE color: 14750643.
HSL color Cylindrical-coordinate representation of color #B313E1: hue angle of 286.6º 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 #B313E1 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 179 | 19 | 225 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.12 |
| HSL | 286.6º | 0.84% | 0.48% | - |
| HSV(B) | 286.6º | 0.92% | 0.88% | - |
| XYZ | 32.41 | 15.49 | 72.51 | - |
| YUV | 90.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 225 | 0.20 | 0.92 | 0 | 0.12 | 286.6 | 0.84 | 0.48 |
| Hex | B3 | 13 | E1 | 14 | 5C | 0 | C | 11F | 54 | 30 |
| Octal | 263 | 23 | 341 | 24 | 134 | 0 | 14 | 437 | 124 | 60 |
| Binary | 10110011 | 10011 | 11100001 | 10100 | 1011100 | 0 | 1100 | 100011111 | 1010100 | 110000 |
Color Harmonies of #B313E1
Complementary color
Monochromatic Colors of #B313E1
Black with #B313E1
Text Example
Text Example
White with #B313E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B313E1; }
p { color: rgb(179,19,225); }
H1.HeaderClassName
{
color: #B313E1;
}
.AnyTagClassName
{
color: #B313E1;
}
</style>
background-color css
<style>
a { background-color: #B313E1; }
a { background-color: rgb(179,19,225); }
div.DivClassName
{
background-color: #B313E1;
}
.BgClassName
{
background-color: #B313E1;
}
</style>
border-color css
<style>
span { border-color: #B313E1; }
span { border-color: rgb(179,19,225); }
td.TdClassName
{
border-color: #B313E1;
}
.TagClassName
{
border-color: #B313E1;
}
</style>