Shades of Electric Purple #BA15E1
Tints of Electric Purple #BA15E1
RGB
CMYK
RGB Variations
Color information
#BA15E1 (or 0xBA15E1) is known color: Electric Purple. HEX triplet: BA, 15 and E1. RGB value is (186,21,225). Sum of RGB (Red+Green+Blue) = 186+21+225=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 21 (8.59% from 255 or 4.86% from 432); Blue value is 225 (88.28% from 255 or 52.08% from 432); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA15E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA15E1 is #45EA1E. Grayscale: #5C5C5C. Windows color (decimal): -4581919 or 14751162. OLE color: 14751162.
HSL color Cylindrical-coordinate representation of color #BA15E1: hue angle of 288.53º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15E1 is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 21 | 225 | - |
| CMYK | 0.17 | 0.91 | 0 | 0.12 |
| HSL | 288.53º | 0.83% | 0.48% | - |
| HSV(B) | 288.53º | 0.91% | 0.88% | - |
| XYZ | 34.11 | 16.41 | 72.6 | - |
| YUV | 93.59 | 202.16 | 193.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 225 | 0.17 | 0.91 | 0 | 0.12 | 288.53 | 0.83 | 0.48 |
| Hex | BA | 15 | E1 | 11 | 5B | 0 | C | 121 | 53 | 30 |
| Octal | 272 | 25 | 341 | 21 | 133 | 0 | 14 | 441 | 123 | 60 |
| Binary | 10111010 | 10101 | 11100001 | 10001 | 1011011 | 0 | 1100 | 100100001 | 1010011 | 110000 |
Color Harmonies of #BA15E1
Complementary color
Monochromatic Colors of #BA15E1
Black with #BA15E1
Text Example
Text Example
White with #BA15E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15E1; }
p { color: rgb(186,21,225); }
H1.HeaderClassName
{
color: #BA15E1;
}
.AnyTagClassName
{
color: #BA15E1;
}
</style>
background-color css
<style>
a { background-color: #BA15E1; }
a { background-color: rgb(186,21,225); }
div.DivClassName
{
background-color: #BA15E1;
}
.BgClassName
{
background-color: #BA15E1;
}
</style>
border-color css
<style>
span { border-color: #BA15E1; }
span { border-color: rgb(186,21,225); }
td.TdClassName
{
border-color: #BA15E1;
}
.TagClassName
{
border-color: #BA15E1;
}
</style>