Shades of Electric Purple #BA09E4
Tints of Electric Purple #BA09E4
RGB
CMYK
RGB Variations
Color information
#BA09E4 (or 0xBA09E4) is known color: Electric Purple. HEX triplet: BA, 09 and E4. RGB value is (186,9,228). Sum of RGB (Red+Green+Blue) = 186+9+228=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 228 (89.45% from 255 or 53.90% from 423); Max value from RGB is 228 - color contains mainly: blue. Hex color #BA09E4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA09E4 is #45F61B. Grayscale: #565656. Windows color (decimal): -4584988 or 14944698. OLE color: 14944698.
HSL color Cylindrical-coordinate representation of color #BA09E4: hue angle of 288.49º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09E4 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 9 | 228 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.11 |
| HSL | 288.49º | 0.92% | 0.46% | - |
| HSV(B) | 288.49º | 0.96% | 0.89% | - |
| XYZ | 34.35 | 16.24 | 74.72 | - |
| YUV | 86.89 | 207.64 | 198.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 228 | 0.18 | 0.96 | 0 | 0.11 | 288.49 | 0.92 | 0.46 |
| Hex | BA | 9 | E4 | 12 | 60 | 0 | B | 120 | 5C | 2E |
| Octal | 272 | 11 | 344 | 22 | 140 | 0 | 13 | 440 | 134 | 56 |
| Binary | 10111010 | 1001 | 11100100 | 10010 | 1100000 | 0 | 1011 | 100100000 | 1011100 | 101110 |
Color Harmonies of #BA09E4
Complementary color
Monochromatic Colors of #BA09E4
Black with #BA09E4
Text Example
Text Example
White with #BA09E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09E4; }
p { color: rgb(186,9,228); }
H1.HeaderClassName
{
color: #BA09E4;
}
.AnyTagClassName
{
color: #BA09E4;
}
</style>
background-color css
<style>
a { background-color: #BA09E4; }
a { background-color: rgb(186,9,228); }
div.DivClassName
{
background-color: #BA09E4;
}
.BgClassName
{
background-color: #BA09E4;
}
</style>
border-color css
<style>
span { border-color: #BA09E4; }
span { border-color: rgb(186,9,228); }
td.TdClassName
{
border-color: #BA09E4;
}
.TagClassName
{
border-color: #BA09E4;
}
</style>