Shades of Electric Purple #BA1AE4
Tints of Electric Purple #BA1AE4
RGB
CMYK
RGB Variations
Color information
#BA1AE4 (or 0xBA1AE4) is known color: Electric Purple. HEX triplet: BA, 1A and E4. RGB value is (186,26,228). Sum of RGB (Red+Green+Blue) = 186+26+228=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 26 (10.55% from 255 or 5.91% from 440); Blue value is 228 (89.45% from 255 or 51.82% from 440); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA1AE4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AE4 is #45E51B. Grayscale: #606060. Windows color (decimal): -4580636 or 14949050. OLE color: 14949050.
HSL color Cylindrical-coordinate representation of color #BA1AE4: hue angle of 287.52º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AE4 is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 26 | 228 | - |
| CMYK | 0.18 | 0.89 | 0 | 0.11 |
| HSL | 287.52º | 0.8% | 0.5% | - |
| HSV(B) | 287.52º | 0.89% | 0.89% | - |
| XYZ | 34.62 | 16.78 | 74.81 | - |
| YUV | 96.87 | 202.01 | 191.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 228 | 0.18 | 0.89 | 0 | 0.11 | 287.52 | 0.8 | 0.5 |
| Hex | BA | 1A | E4 | 12 | 59 | 0 | B | 120 | 50 | 32 |
| Octal | 272 | 32 | 344 | 22 | 131 | 0 | 13 | 440 | 120 | 62 |
| Binary | 10111010 | 11010 | 11100100 | 10010 | 1011001 | 0 | 1011 | 100100000 | 1010000 | 110010 |
Color Harmonies of #BA1AE4
Complementary color
Monochromatic Colors of #BA1AE4
Black with #BA1AE4
Text Example
Text Example
White with #BA1AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AE4; }
p { color: rgb(186,26,228); }
H1.HeaderClassName
{
color: #BA1AE4;
}
.AnyTagClassName
{
color: #BA1AE4;
}
</style>
background-color css
<style>
a { background-color: #BA1AE4; }
a { background-color: rgb(186,26,228); }
div.DivClassName
{
background-color: #BA1AE4;
}
.BgClassName
{
background-color: #BA1AE4;
}
</style>
border-color css
<style>
span { border-color: #BA1AE4; }
span { border-color: rgb(186,26,228); }
td.TdClassName
{
border-color: #BA1AE4;
}
.TagClassName
{
border-color: #BA1AE4;
}
</style>