Shades of Electric Purple #BA25EC
Tints of Electric Purple #BA25EC
RGB
CMYK
RGB Variations
Color information
#BA25EC (or 0xBA25EC) is known color: Electric Purple. HEX triplet: BA, 25 and EC. RGB value is (186,37,236). Sum of RGB (Red+Green+Blue) = 186+37+236=459 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.52% from 459); Green value is 37 (14.84% from 255 or 8.06% from 459); Blue value is 236 (92.58% from 255 or 51.42% from 459); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA25EC is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA25EC is #45DA13. Grayscale: #676767. Windows color (decimal): -4577812 or 15476154. OLE color: 15476154.
HSL color Cylindrical-coordinate representation of color #BA25EC: hue angle of 284.92º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BA25EC is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 37 | 236 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.07 |
| HSL | 284.92º | 0.84% | 0.54% | - |
| HSV(B) | 284.92º | 0.84% | 0.93% | - |
| XYZ | 36.05 | 17.82 | 80.9 | - |
| YUV | 104.24 | 202.36 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 37 | 236 | 0.21 | 0.84 | 0 | 0.07 | 284.92 | 0.84 | 0.54 |
| Hex | BA | 25 | EC | 15 | 54 | 0 | 7 | 11D | 54 | 36 |
| Octal | 272 | 45 | 354 | 25 | 124 | 0 | 7 | 435 | 124 | 66 |
| Binary | 10111010 | 100101 | 11101100 | 10101 | 1010100 | 0 | 111 | 100011101 | 1010100 | 110110 |
Color Harmonies of #BA25EC
Complementary color
Monochromatic Colors of #BA25EC
Black with #BA25EC
Text Example
Text Example
White with #BA25EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA25EC; }
p { color: rgb(186,37,236); }
H1.HeaderClassName
{
color: #BA25EC;
}
.AnyTagClassName
{
color: #BA25EC;
}
</style>
background-color css
<style>
a { background-color: #BA25EC; }
a { background-color: rgb(186,37,236); }
div.DivClassName
{
background-color: #BA25EC;
}
.BgClassName
{
background-color: #BA25EC;
}
</style>
border-color css
<style>
span { border-color: #BA25EC; }
span { border-color: rgb(186,37,236); }
td.TdClassName
{
border-color: #BA25EC;
}
.TagClassName
{
border-color: #BA25EC;
}
</style>