Shades of Electric Purple #B412E0
Tints of Electric Purple #B412E0
RGB
CMYK
RGB Variations
Color information
#B412E0 (or 0xB412E0) is known color: Electric Purple. HEX triplet: B4, 12 and E0. RGB value is (180,18,224). Sum of RGB (Red+Green+Blue) = 180+18+224=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 18 (7.42% from 255 or 4.27% 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 #B412E0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B412E0 is #4BED1F. Grayscale: #595959. Windows color (decimal): -4975904 or 14684852. OLE color: 14684852.
HSL color Cylindrical-coordinate representation of color #B412E0: hue angle of 287.18º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B412E0 is Cyan = 0.20, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 18 | 224 | - |
| CMYK | 0.20 | 0.92 | 0 | 0.12 |
| HSL | 287.18º | 0.85% | 0.47% | - |
| HSV(B) | 287.18º | 0.92% | 0.88% | - |
| XYZ | 32.49 | 15.52 | 71.8 | - |
| YUV | 89.92 | 203.67 | 192.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 18 | 224 | 0.20 | 0.92 | 0 | 0.12 | 287.18 | 0.85 | 0.47 |
| Hex | B4 | 12 | E0 | 14 | 5C | 0 | C | 11F | 55 | 2F |
| Octal | 264 | 22 | 340 | 24 | 134 | 0 | 14 | 437 | 125 | 57 |
| Binary | 10110100 | 10010 | 11100000 | 10100 | 1011100 | 0 | 1100 | 100011111 | 1010101 | 101111 |
Color Harmonies of #B412E0
Complementary color
Monochromatic Colors of #B412E0
Black with #B412E0
Text Example
Text Example
White with #B412E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B412E0; }
p { color: rgb(180,18,224); }
H1.HeaderClassName
{
color: #B412E0;
}
.AnyTagClassName
{
color: #B412E0;
}
</style>
background-color css
<style>
a { background-color: #B412E0; }
a { background-color: rgb(180,18,224); }
div.DivClassName
{
background-color: #B412E0;
}
.BgClassName
{
background-color: #B412E0;
}
</style>
border-color css
<style>
span { border-color: #B412E0; }
span { border-color: rgb(180,18,224); }
td.TdClassName
{
border-color: #B412E0;
}
.TagClassName
{
border-color: #B412E0;
}
</style>