Shades of Electric Purple #BA1EE1
Tints of Electric Purple #BA1EE1
RGB
CMYK
RGB Variations
Color information
#BA1EE1 (or 0xBA1EE1) is known color: Electric Purple. HEX triplet: BA, 1E and E1. RGB value is (186,30,225). Sum of RGB (Red+Green+Blue) = 186+30+225=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 30 (12.11% from 255 or 6.80% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA1EE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1EE1 is #45E11E. Grayscale: #626262. Windows color (decimal): -4579615 or 14753466. OLE color: 14753466.
HSL color Cylindrical-coordinate representation of color #BA1EE1: hue angle of 288º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1EE1 is Cyan = 0.17, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 30 | 225 | - |
| CMYK | 0.17 | 0.87 | 0 | 0.12 |
| HSL | 288º | 0.76% | 0.5% | - |
| HSV(B) | 288º | 0.87% | 0.88% | - |
| XYZ | 34.3 | 16.8 | 72.67 | - |
| YUV | 98.87 | 199.18 | 190.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 30 | 225 | 0.17 | 0.87 | 0 | 0.12 | 288 | 0.76 | 0.5 |
| Hex | BA | 1E | E1 | 11 | 57 | 0 | C | 120 | 4C | 32 |
| Octal | 272 | 36 | 341 | 21 | 127 | 0 | 14 | 440 | 114 | 62 |
| Binary | 10111010 | 11110 | 11100001 | 10001 | 1010111 | 0 | 1100 | 100100000 | 1001100 | 110010 |
Color Harmonies of #BA1EE1
Complementary color
Monochromatic Colors of #BA1EE1
Black with #BA1EE1
Text Example
Text Example
White with #BA1EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1EE1; }
p { color: rgb(186,30,225); }
H1.HeaderClassName
{
color: #BA1EE1;
}
.AnyTagClassName
{
color: #BA1EE1;
}
</style>
background-color css
<style>
a { background-color: #BA1EE1; }
a { background-color: rgb(186,30,225); }
div.DivClassName
{
background-color: #BA1EE1;
}
.BgClassName
{
background-color: #BA1EE1;
}
</style>
border-color css
<style>
span { border-color: #BA1EE1; }
span { border-color: rgb(186,30,225); }
td.TdClassName
{
border-color: #BA1EE1;
}
.TagClassName
{
border-color: #BA1EE1;
}
</style>