Shades of Electric Purple #BA1AE8
Tints of Electric Purple #BA1AE8
RGB
CMYK
RGB Variations
Color information
#BA1AE8 (or 0xBA1AE8) is known color: Electric Purple. HEX triplet: BA, 1A and E8. RGB value is (186,26,232). Sum of RGB (Red+Green+Blue) = 186+26+232=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 26 (10.55% from 255 or 5.86% from 444); Blue value is 232 (91.02% from 255 or 52.25% from 444); Max value from RGB is 232 - color contains mainly: blue. Hex color #BA1AE8 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1AE8 is #45E517. Grayscale: #606060. Windows color (decimal): -4580632 or 15211194. OLE color: 15211194.
HSL color Cylindrical-coordinate representation of color #BA1AE8: hue angle of 286.6º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AE8 is Cyan = 0.20, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 26 | 232 | - |
| CMYK | 0.20 | 0.89 | 0 | 0.09 |
| HSL | 286.6º | 0.82% | 0.51% | - |
| HSV(B) | 286.6º | 0.89% | 0.91% | - |
| XYZ | 35.18 | 17 | 77.77 | - |
| YUV | 97.32 | 204.01 | 191.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 232 | 0.20 | 0.89 | 0 | 0.09 | 286.6 | 0.82 | 0.51 |
| Hex | BA | 1A | E8 | 14 | 59 | 0 | 9 | 11F | 52 | 33 |
| Octal | 272 | 32 | 350 | 24 | 131 | 0 | 11 | 437 | 122 | 63 |
| Binary | 10111010 | 11010 | 11101000 | 10100 | 1011001 | 0 | 1001 | 100011111 | 1010010 | 110011 |
Color Harmonies of #BA1AE8
Complementary color
Monochromatic Colors of #BA1AE8
Black with #BA1AE8
Text Example
Text Example
White with #BA1AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AE8; }
p { color: rgb(186,26,232); }
H1.HeaderClassName
{
color: #BA1AE8;
}
.AnyTagClassName
{
color: #BA1AE8;
}
</style>
background-color css
<style>
a { background-color: #BA1AE8; }
a { background-color: rgb(186,26,232); }
div.DivClassName
{
background-color: #BA1AE8;
}
.BgClassName
{
background-color: #BA1AE8;
}
</style>
border-color css
<style>
span { border-color: #BA1AE8; }
span { border-color: rgb(186,26,232); }
td.TdClassName
{
border-color: #BA1AE8;
}
.TagClassName
{
border-color: #BA1AE8;
}
</style>