Shades of Electric Purple #BA1AE5
Tints of Electric Purple #BA1AE5
RGB
CMYK
RGB Variations
Color information
#BA1AE5 (or 0xBA1AE5) is known color: Electric Purple. HEX triplet: BA, 1A and E5. RGB value is (186,26,229). Sum of RGB (Red+Green+Blue) = 186+26+229=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 26 (10.55% from 255 or 5.90% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA1AE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AE5 is #45E51A. Grayscale: #606060. Windows color (decimal): -4580635 or 15014586. OLE color: 15014586.
HSL color Cylindrical-coordinate representation of color #BA1AE5: hue angle of 287.29º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1AE5 is Cyan = 0.19, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 26 | 229 | - |
| CMYK | 0.19 | 0.89 | 0 | 0.10 |
| HSL | 287.29º | 0.8% | 0.5% | - |
| HSV(B) | 287.29º | 0.89% | 0.9% | - |
| XYZ | 34.76 | 16.84 | 75.55 | - |
| YUV | 96.98 | 202.51 | 191.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 229 | 0.19 | 0.89 | 0 | 0.10 | 287.29 | 0.8 | 0.5 |
| Hex | BA | 1A | E5 | 13 | 59 | 0 | A | 11F | 50 | 32 |
| Octal | 272 | 32 | 345 | 23 | 131 | 0 | 12 | 437 | 120 | 62 |
| Binary | 10111010 | 11010 | 11100101 | 10011 | 1011001 | 0 | 1010 | 100011111 | 1010000 | 110010 |
Color Harmonies of #BA1AE5
Complementary color
Monochromatic Colors of #BA1AE5
Black with #BA1AE5
Text Example
Text Example
White with #BA1AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AE5; }
p { color: rgb(186,26,229); }
H1.HeaderClassName
{
color: #BA1AE5;
}
.AnyTagClassName
{
color: #BA1AE5;
}
</style>
background-color css
<style>
a { background-color: #BA1AE5; }
a { background-color: rgb(186,26,229); }
div.DivClassName
{
background-color: #BA1AE5;
}
.BgClassName
{
background-color: #BA1AE5;
}
</style>
border-color css
<style>
span { border-color: #BA1AE5; }
span { border-color: rgb(186,26,229); }
td.TdClassName
{
border-color: #BA1AE5;
}
.TagClassName
{
border-color: #BA1AE5;
}
</style>