Shades of Electric Purple #BA19ED
Tints of Electric Purple #BA19ED
RGB
CMYK
RGB Variations
Color information
#BA19ED (or 0xBA19ED) is known color: Electric Purple. HEX triplet: BA, 19 and ED. RGB value is (186,25,237). Sum of RGB (Red+Green+Blue) = 186+25+237=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 25 (10.16% from 255 or 5.58% from 448); Blue value is 237 (92.97% from 255 or 52.90% from 448); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA19ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19ED is #45E612. Grayscale: #606060. Windows color (decimal): -4580883 or 15538618. OLE color: 15538618.
HSL color Cylindrical-coordinate representation of color #BA19ED: hue angle of 285.57º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA19ED is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 25 | 237 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.07 |
| HSL | 285.57º | 0.85% | 0.51% | - |
| HSV(B) | 285.57º | 0.89% | 0.93% | - |
| XYZ | 35.88 | 17.25 | 81.56 | - |
| YUV | 97.31 | 206.84 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 237 | 0.22 | 0.89 | 0 | 0.07 | 285.57 | 0.85 | 0.51 |
| Hex | BA | 19 | ED | 16 | 59 | 0 | 7 | 11E | 55 | 33 |
| Octal | 272 | 31 | 355 | 26 | 131 | 0 | 7 | 436 | 125 | 63 |
| Binary | 10111010 | 11001 | 11101101 | 10110 | 1011001 | 0 | 111 | 100011110 | 1010101 | 110011 |
Color Harmonies of #BA19ED
Complementary color
Monochromatic Colors of #BA19ED
Black with #BA19ED
Text Example
Text Example
White with #BA19ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19ED; }
p { color: rgb(186,25,237); }
H1.HeaderClassName
{
color: #BA19ED;
}
.AnyTagClassName
{
color: #BA19ED;
}
</style>
background-color css
<style>
a { background-color: #BA19ED; }
a { background-color: rgb(186,25,237); }
div.DivClassName
{
background-color: #BA19ED;
}
.BgClassName
{
background-color: #BA19ED;
}
</style>
border-color css
<style>
span { border-color: #BA19ED; }
span { border-color: rgb(186,25,237); }
td.TdClassName
{
border-color: #BA19ED;
}
.TagClassName
{
border-color: #BA19ED;
}
</style>