Shades of Electric Purple #B412E1
Tints of Electric Purple #B412E1
RGB
CMYK
RGB Variations
Color information
#B412E1 (or 0xB412E1) is known color: Electric Purple. HEX triplet: B4, 12 and E1. RGB value is (180,18,225). Sum of RGB (Red+Green+Blue) = 180+18+225=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 18 (7.42% from 255 or 4.26% 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 #B412E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412E1 is #4BED1E. Grayscale: #595959. Windows color (decimal): -4975903 or 14750388. OLE color: 14750388.
HSL color Cylindrical-coordinate representation of color #B412E1: hue angle of 286.96º degrees, saturation: 0.85, 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 #B412E1 is Cyan = 0.2, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 18 | 225 | - |
| CMYK | 0.2 | 0.92 | 0 | 0.12 |
| HSL | 286.96º | 0.85% | 0.48% | - |
| HSV(B) | 286.96º | 0.92% | 0.88% | - |
| XYZ | 32.63 | 15.57 | 72.52 | - |
| YUV | 90.04 | 204.17 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 225 | 0.2 | 0.92 | 0 | 0.12 | 286.96 | 0.85 | 0.48 |
| Hex | B4 | 12 | E1 | 14 | 5C | 0 | C | 11F | 55 | 30 |
| Octal | 264 | 22 | 341 | 24 | 134 | 0 | 14 | 437 | 125 | 60 |
| Binary | 10110100 | 10010 | 11100001 | 10100 | 1011100 | 0 | 1100 | 100011111 | 1010101 | 110000 |
Color Harmonies of #B412E1
Complementary color
Monochromatic Colors of #B412E1
Black with #B412E1
Text Example
Text Example
White with #B412E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412E1; }
p { color: rgb(180,18,225); }
H1.HeaderClassName
{
color: #B412E1;
}
.AnyTagClassName
{
color: #B412E1;
}
</style>
background-color css
<style>
a { background-color: #B412E1; }
a { background-color: rgb(180,18,225); }
div.DivClassName
{
background-color: #B412E1;
}
.BgClassName
{
background-color: #B412E1;
}
</style>
border-color css
<style>
span { border-color: #B412E1; }
span { border-color: rgb(180,18,225); }
td.TdClassName
{
border-color: #B412E1;
}
.TagClassName
{
border-color: #B412E1;
}
</style>