Shades of Electric Purple #BA09EE
Tints of Electric Purple #BA09EE
RGB
CMYK
RGB Variations
Color information
#BA09EE (or 0xBA09EE) is known color: Electric Purple. HEX triplet: BA, 09 and EE. RGB value is (186,9,238). Sum of RGB (Red+Green+Blue) = 186+9+238=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 238 (93.36% from 255 or 54.97% from 433); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA09EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09EE is #45F611. Grayscale: #575757. Windows color (decimal): -4584978 or 15600058. OLE color: 15600058.
HSL color Cylindrical-coordinate representation of color #BA09EE: hue angle of 286.38º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09EE is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 9 | 238 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.07 |
| HSL | 286.38º | 0.93% | 0.48% | - |
| HSV(B) | 286.38º | 0.96% | 0.93% | - |
| XYZ | 35.78 | 16.81 | 82.25 | - |
| YUV | 88.03 | 212.64 | 197.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 238 | 0.22 | 0.96 | 0 | 0.07 | 286.38 | 0.93 | 0.48 |
| Hex | BA | 9 | EE | 16 | 60 | 0 | 7 | 11E | 5D | 30 |
| Octal | 272 | 11 | 356 | 26 | 140 | 0 | 7 | 436 | 135 | 60 |
| Binary | 10111010 | 1001 | 11101110 | 10110 | 1100000 | 0 | 111 | 100011110 | 1011101 | 110000 |
Color Harmonies of #BA09EE
Complementary color
Monochromatic Colors of #BA09EE
Black with #BA09EE
Text Example
Text Example
White with #BA09EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09EE; }
p { color: rgb(186,9,238); }
H1.HeaderClassName
{
color: #BA09EE;
}
.AnyTagClassName
{
color: #BA09EE;
}
</style>
background-color css
<style>
a { background-color: #BA09EE; }
a { background-color: rgb(186,9,238); }
div.DivClassName
{
background-color: #BA09EE;
}
.BgClassName
{
background-color: #BA09EE;
}
</style>
border-color css
<style>
span { border-color: #BA09EE; }
span { border-color: rgb(186,9,238); }
td.TdClassName
{
border-color: #BA09EE;
}
.TagClassName
{
border-color: #BA09EE;
}
</style>