Shades of Electric Purple #BA15EE
Tints of Electric Purple #BA15EE
RGB
CMYK
RGB Variations
Color information
#BA15EE (or 0xBA15EE) is known color: Electric Purple. HEX triplet: BA, 15 and EE. RGB value is (186,21,238). Sum of RGB (Red+Green+Blue) = 186+21+238=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 21 (8.59% from 255 or 4.72% from 445); Blue value is 238 (93.36% from 255 or 53.48% from 445); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA15EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA15EE is #45EA11. Grayscale: #5E5E5E. Windows color (decimal): -4581906 or 15603130. OLE color: 15603130.
HSL color Cylindrical-coordinate representation of color #BA15EE: hue angle of 285.62º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA15EE is Cyan = 0.22, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 21 | 238 | - |
| CMYK | 0.22 | 0.91 | 0 | 0.07 |
| HSL | 285.62º | 0.86% | 0.51% | - |
| HSV(B) | 285.62º | 0.91% | 0.93% | - |
| XYZ | 35.95 | 17.15 | 82.3 | - |
| YUV | 95.07 | 208.66 | 192.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 21 | 238 | 0.22 | 0.91 | 0 | 0.07 | 285.62 | 0.86 | 0.51 |
| Hex | BA | 15 | EE | 16 | 5B | 0 | 7 | 11E | 56 | 33 |
| Octal | 272 | 25 | 356 | 26 | 133 | 0 | 7 | 436 | 126 | 63 |
| Binary | 10111010 | 10101 | 11101110 | 10110 | 1011011 | 0 | 111 | 100011110 | 1010110 | 110011 |
Color Harmonies of #BA15EE
Complementary color
Monochromatic Colors of #BA15EE
Black with #BA15EE
Text Example
Text Example
White with #BA15EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA15EE; }
p { color: rgb(186,21,238); }
H1.HeaderClassName
{
color: #BA15EE;
}
.AnyTagClassName
{
color: #BA15EE;
}
</style>
background-color css
<style>
a { background-color: #BA15EE; }
a { background-color: rgb(186,21,238); }
div.DivClassName
{
background-color: #BA15EE;
}
.BgClassName
{
background-color: #BA15EE;
}
</style>
border-color css
<style>
span { border-color: #BA15EE; }
span { border-color: rgb(186,21,238); }
td.TdClassName
{
border-color: #BA15EE;
}
.TagClassName
{
border-color: #BA15EE;
}
</style>