Shades of Electric Purple #BA01E5
Tints of Electric Purple #BA01E5
RGB
CMYK
RGB Variations
Color information
#BA01E5 (or 0xBA01E5) is known color: Electric Purple. HEX triplet: BA, 01 and E5. RGB value is (186,1,229). Sum of RGB (Red+Green+Blue) = 186+1+229=416 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.71% from 416); Green value is 1 (0.78% from 255 or 0.24% from 416); Blue value is 229 (89.84% from 255 or 55.05% from 416); Max value from RGB is 229 - color contains mainly: blue. Hex color #BA01E5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA01E5 is #45FE1A. Grayscale: #515151. Windows color (decimal): -4587035 or 15008186. OLE color: 15008186.
HSL color Cylindrical-coordinate representation of color #BA01E5: hue angle of 288.68º degrees, saturation: 0.99, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA01E5 is Cyan = 0.19, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 1 | 229 | - |
| CMYK | 0.19 | 1.00 | 0 | 0.10 |
| HSL | 288.68º | 0.99% | 0.45% | - |
| HSV(B) | 288.68º | 1% | 0.9% | - |
| XYZ | 34.4 | 16.12 | 75.43 | - |
| YUV | 82.31 | 210.79 | 201.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 229 | 0.19 | 1.00 | 0 | 0.10 | 288.68 | 0.99 | 0.45 |
| Hex | BA | 1 | E5 | 13 | 64 | 0 | A | 121 | 63 | 2D |
| Octal | 272 | 1 | 345 | 23 | 144 | 0 | 12 | 441 | 143 | 55 |
| Binary | 10111010 | 1 | 11100101 | 10011 | 1100100 | 0 | 1010 | 100100001 | 1100011 | 101101 |
Color Harmonies of #BA01E5
Complementary color
Monochromatic Colors of #BA01E5
Black with #BA01E5
Text Example
Text Example
White with #BA01E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA01E5; }
p { color: rgb(186,1,229); }
H1.HeaderClassName
{
color: #BA01E5;
}
.AnyTagClassName
{
color: #BA01E5;
}
</style>
background-color css
<style>
a { background-color: #BA01E5; }
a { background-color: rgb(186,1,229); }
div.DivClassName
{
background-color: #BA01E5;
}
.BgClassName
{
background-color: #BA01E5;
}
</style>
border-color css
<style>
span { border-color: #BA01E5; }
span { border-color: rgb(186,1,229); }
td.TdClassName
{
border-color: #BA01E5;
}
.TagClassName
{
border-color: #BA01E5;
}
</style>