Shades of Electric Purple #BA05EF
Tints of Electric Purple #BA05EF
RGB
CMYK
RGB Variations
Color information
#BA05EF (or 0xBA05EF) is known color: Electric Purple. HEX triplet: BA, 05 and EF. RGB value is (186,5,239). Sum of RGB (Red+Green+Blue) = 186+5+239=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 5 (2.34% from 255 or 1.16% from 430); Blue value is 239 (93.75% from 255 or 55.58% from 430); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA05EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA05EF is #45FA10. Grayscale: #555555. Windows color (decimal): -4586001 or 15664570. OLE color: 15664570.
HSL color Cylindrical-coordinate representation of color #BA05EF: hue angle of 286.41º degrees, saturation: 0.96, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA05EF is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 5 | 239 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.06 |
| HSL | 286.41º | 0.96% | 0.48% | - |
| HSV(B) | 286.41º | 0.98% | 0.94% | - |
| XYZ | 35.88 | 16.78 | 83.01 | - |
| YUV | 85.8 | 214.47 | 199.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 5 | 239 | 0.22 | 0.98 | 0 | 0.06 | 286.41 | 0.96 | 0.48 |
| Hex | BA | 5 | EF | 16 | 62 | 0 | 6 | 11E | 60 | 30 |
| Octal | 272 | 5 | 357 | 26 | 142 | 0 | 6 | 436 | 140 | 60 |
| Binary | 10111010 | 101 | 11101111 | 10110 | 1100010 | 0 | 110 | 100011110 | 1100000 | 110000 |
Color Harmonies of #BA05EF
Complementary color
Monochromatic Colors of #BA05EF
Black with #BA05EF
Text Example
Text Example
White with #BA05EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA05EF; }
p { color: rgb(186,5,239); }
H1.HeaderClassName
{
color: #BA05EF;
}
.AnyTagClassName
{
color: #BA05EF;
}
</style>
background-color css
<style>
a { background-color: #BA05EF; }
a { background-color: rgb(186,5,239); }
div.DivClassName
{
background-color: #BA05EF;
}
.BgClassName
{
background-color: #BA05EF;
}
</style>
border-color css
<style>
span { border-color: #BA05EF; }
span { border-color: rgb(186,5,239); }
td.TdClassName
{
border-color: #BA05EF;
}
.TagClassName
{
border-color: #BA05EF;
}
</style>