Shades of Electric Purple #BA09EF
Tints of Electric Purple #BA09EF
RGB
CMYK
RGB Variations
Color information
#BA09EF (or 0xBA09EF) is known color: Electric Purple. HEX triplet: BA, 09 and EF. RGB value is (186,9,239). Sum of RGB (Red+Green+Blue) = 186+9+239=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 239 (93.75% from 255 or 55.07% from 434); Max value from RGB is 239 - color contains mainly: blue. Hex color #BA09EF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09EF is #45F610. Grayscale: #575757. Windows color (decimal): -4584977 or 15665594. OLE color: 15665594.
HSL color Cylindrical-coordinate representation of color #BA09EF: hue angle of 286.17º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09EF is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 9 | 239 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.06 |
| HSL | 286.17º | 0.93% | 0.49% | - |
| HSV(B) | 286.17º | 0.96% | 0.94% | - |
| XYZ | 35.93 | 16.87 | 83.02 | - |
| YUV | 88.14 | 213.14 | 197.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 239 | 0.22 | 0.96 | 0 | 0.06 | 286.17 | 0.93 | 0.49 |
| Hex | BA | 9 | EF | 16 | 60 | 0 | 6 | 11E | 5D | 31 |
| Octal | 272 | 11 | 357 | 26 | 140 | 0 | 6 | 436 | 135 | 61 |
| Binary | 10111010 | 1001 | 11101111 | 10110 | 1100000 | 0 | 110 | 100011110 | 1011101 | 110001 |
Color Harmonies of #BA09EF
Complementary color
Monochromatic Colors of #BA09EF
Black with #BA09EF
Text Example
Text Example
White with #BA09EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09EF; }
p { color: rgb(186,9,239); }
H1.HeaderClassName
{
color: #BA09EF;
}
.AnyTagClassName
{
color: #BA09EF;
}
</style>
background-color css
<style>
a { background-color: #BA09EF; }
a { background-color: rgb(186,9,239); }
div.DivClassName
{
background-color: #BA09EF;
}
.BgClassName
{
background-color: #BA09EF;
}
</style>
border-color css
<style>
span { border-color: #BA09EF; }
span { border-color: rgb(186,9,239); }
td.TdClassName
{
border-color: #BA09EF;
}
.TagClassName
{
border-color: #BA09EF;
}
</style>