Shades of Electric Purple #B40EE1
Tints of Electric Purple #B40EE1
RGB
CMYK
RGB Variations
Color information
#B40EE1 (or 0xB40EE1) is known color: Electric Purple. HEX triplet: B4, 0E and E1. RGB value is (180,14,225). Sum of RGB (Red+Green+Blue) = 180+14+225=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 14 (5.86% from 255 or 3.34% from 419); Blue value is 225 (88.28% from 255 or 53.70% from 419); Max value from RGB is 225 - color contains mainly: blue. Hex color #B40EE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #B40EE1 is #4BF11E. Grayscale: #575757. Windows color (decimal): -4976927 or 14749364. OLE color: 14749364.
HSL color Cylindrical-coordinate representation of color #B40EE1: hue angle of 287.2º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40EE1 is Cyan = 0.2, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 180 | 14 | 225 | - |
| CMYK | 0.2 | 0.94 | 0 | 0.12 |
| HSL | 287.2º | 0.88% | 0.47% | - |
| HSV(B) | 287.2º | 0.94% | 0.88% | - |
| XYZ | 32.57 | 15.45 | 72.5 | - |
| YUV | 87.69 | 205.5 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 225 | 0.2 | 0.94 | 0 | 0.12 | 287.2 | 0.88 | 0.47 |
| Hex | B4 | E | E1 | 14 | 5E | 0 | C | 11F | 58 | 2F |
| Octal | 264 | 16 | 341 | 24 | 136 | 0 | 14 | 437 | 130 | 57 |
| Binary | 10110100 | 1110 | 11100001 | 10100 | 1011110 | 0 | 1100 | 100011111 | 1011000 | 101111 |
Color Harmonies of #B40EE1
Complementary color
Monochromatic Colors of #B40EE1
Black with #B40EE1
Text Example
Text Example
White with #B40EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40EE1; }
p { color: rgb(180,14,225); }
H1.HeaderClassName
{
color: #B40EE1;
}
.AnyTagClassName
{
color: #B40EE1;
}
</style>
background-color css
<style>
a { background-color: #B40EE1; }
a { background-color: rgb(180,14,225); }
div.DivClassName
{
background-color: #B40EE1;
}
.BgClassName
{
background-color: #B40EE1;
}
</style>
border-color css
<style>
span { border-color: #B40EE1; }
span { border-color: rgb(180,14,225); }
td.TdClassName
{
border-color: #B40EE1;
}
.TagClassName
{
border-color: #B40EE1;
}
</style>