Shades of Electric Purple #BA08E2
Tints of Electric Purple #BA08E2
RGB
CMYK
RGB Variations
Color information
#BA08E2 (or 0xBA08E2) is known color: Electric Purple. HEX triplet: BA, 08 and E2. RGB value is (186,8,226). Sum of RGB (Red+Green+Blue) = 186+8+226=420 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.29% from 420); Green value is 8 (3.52% from 255 or 1.90% from 420); Blue value is 226 (88.67% from 255 or 53.81% from 420); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA08E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA08E2 is #45F71D. Grayscale: #555555. Windows color (decimal): -4585246 or 14813370. OLE color: 14813370.
HSL color Cylindrical-coordinate representation of color #BA08E2: hue angle of 288.99º degrees, saturation: 0.93, 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 #BA08E2 is Cyan = 0.18, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 8 | 226 | - |
| CMYK | 0.18 | 0.96 | 0 | 0.11 |
| HSL | 288.99º | 0.93% | 0.46% | - |
| HSV(B) | 288.99º | 0.96% | 0.89% | - |
| XYZ | 34.06 | 16.1 | 73.26 | - |
| YUV | 86.07 | 206.97 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 226 | 0.18 | 0.96 | 0 | 0.11 | 288.99 | 0.93 | 0.46 |
| Hex | BA | 8 | E2 | 12 | 60 | 0 | B | 121 | 5D | 2E |
| Octal | 272 | 10 | 342 | 22 | 140 | 0 | 13 | 441 | 135 | 56 |
| Binary | 10111010 | 1000 | 11100010 | 10010 | 1100000 | 0 | 1011 | 100100001 | 1011101 | 101110 |
Color Harmonies of #BA08E2
Complementary color
Monochromatic Colors of #BA08E2
Black with #BA08E2
Text Example
Text Example
White with #BA08E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08E2; }
p { color: rgb(186,8,226); }
H1.HeaderClassName
{
color: #BA08E2;
}
.AnyTagClassName
{
color: #BA08E2;
}
</style>
background-color css
<style>
a { background-color: #BA08E2; }
a { background-color: rgb(186,8,226); }
div.DivClassName
{
background-color: #BA08E2;
}
.BgClassName
{
background-color: #BA08E2;
}
</style>
border-color css
<style>
span { border-color: #BA08E2; }
span { border-color: rgb(186,8,226); }
td.TdClassName
{
border-color: #BA08E2;
}
.TagClassName
{
border-color: #BA08E2;
}
</style>