Shades of Electric Purple #BA09EB
Tints of Electric Purple #BA09EB
RGB
CMYK
RGB Variations
Color information
#BA09EB (or 0xBA09EB) is known color: Electric Purple. HEX triplet: BA, 09 and EB. RGB value is (186,9,235). Sum of RGB (Red+Green+Blue) = 186+9+235=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 9 (3.91% from 255 or 2.09% from 430); Blue value is 235 (92.19% from 255 or 54.65% from 430); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA09EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09EB is #45F614. Grayscale: #565656. Windows color (decimal): -4584981 or 15403450. OLE color: 15403450.
HSL color Cylindrical-coordinate representation of color #BA09EB: hue angle of 286.99º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09EB is Cyan = 0.21, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 9 | 235 | - |
| CMYK | 0.21 | 0.96 | 0 | 0.08 |
| HSL | 286.99º | 0.93% | 0.48% | - |
| HSV(B) | 286.99º | 0.96% | 0.92% | - |
| XYZ | 35.34 | 16.63 | 79.94 | - |
| YUV | 87.69 | 211.14 | 198.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 235 | 0.21 | 0.96 | 0 | 0.08 | 286.99 | 0.93 | 0.48 |
| Hex | BA | 9 | EB | 15 | 60 | 0 | 8 | 11F | 5D | 30 |
| Octal | 272 | 11 | 353 | 25 | 140 | 0 | 10 | 437 | 135 | 60 |
| Binary | 10111010 | 1001 | 11101011 | 10101 | 1100000 | 0 | 1000 | 100011111 | 1011101 | 110000 |
Color Harmonies of #BA09EB
Complementary color
Monochromatic Colors of #BA09EB
Black with #BA09EB
Text Example
Text Example
White with #BA09EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09EB; }
p { color: rgb(186,9,235); }
H1.HeaderClassName
{
color: #BA09EB;
}
.AnyTagClassName
{
color: #BA09EB;
}
</style>
background-color css
<style>
a { background-color: #BA09EB; }
a { background-color: rgb(186,9,235); }
div.DivClassName
{
background-color: #BA09EB;
}
.BgClassName
{
background-color: #BA09EB;
}
</style>
border-color css
<style>
span { border-color: #BA09EB; }
span { border-color: rgb(186,9,235); }
td.TdClassName
{
border-color: #BA09EB;
}
.TagClassName
{
border-color: #BA09EB;
}
</style>