Shades of Electric Purple #B413E1
Tints of Electric Purple #B413E1
RGB
CMYK
RGB Variations
Color information
#B413E1 (or 0xB413E1) is known color: Electric Purple. HEX triplet: B4, 13 and E1. RGB value is (180,19,225). Sum of RGB (Red+Green+Blue) = 180+19+225=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 19 (7.81% from 255 or 4.48% from 424); Blue value is 225 (88.28% from 255 or 53.07% from 424); Max value from RGB is 225 - color contains mainly: blue. Hex color #B413E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B413E1 is #4BEC1E. Grayscale: #595959. Windows color (decimal): -4975647 or 14750644. OLE color: 14750644.
HSL color Cylindrical-coordinate representation of color #B413E1: hue angle of 286.89º 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 #B413E1 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 19 | 225 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.12 |
| HSL | 286.89º | 0.84% | 0.48% | - |
| HSV(B) | 286.89º | 0.92% | 0.88% | - |
| XYZ | 32.65 | 15.61 | 72.53 | - |
| YUV | 90.62 | 203.84 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 225 | 0.2 | 0.92 | 0 | 0.12 | 286.89 | 0.84 | 0.48 |
| Hex | B4 | 13 | E1 | 14 | 5C | 0 | C | 11F | 54 | 30 |
| Octal | 264 | 23 | 341 | 24 | 134 | 0 | 14 | 437 | 124 | 60 |
| Binary | 10110100 | 10011 | 11100001 | 10100 | 1011100 | 0 | 1100 | 100011111 | 1010100 | 110000 |
Color Harmonies of #B413E1
Complementary color
Monochromatic Colors of #B413E1
Black with #B413E1
Text Example
Text Example
White with #B413E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B413E1; }
p { color: rgb(180,19,225); }
H1.HeaderClassName
{
color: #B413E1;
}
.AnyTagClassName
{
color: #B413E1;
}
</style>
background-color css
<style>
a { background-color: #B413E1; }
a { background-color: rgb(180,19,225); }
div.DivClassName
{
background-color: #B413E1;
}
.BgClassName
{
background-color: #B413E1;
}
</style>
border-color css
<style>
span { border-color: #B413E1; }
span { border-color: rgb(180,19,225); }
td.TdClassName
{
border-color: #B413E1;
}
.TagClassName
{
border-color: #B413E1;
}
</style>