Shades of Electric Purple #BA08E6
Tints of Electric Purple #BA08E6
RGB
CMYK
RGB Variations
Color information
#BA08E6 (or 0xBA08E6) is known color: Electric Purple. HEX triplet: BA, 08 and E6. RGB value is (186,8,230). Sum of RGB (Red+Green+Blue) = 186+8+230=424 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.87% from 424); Green value is 8 (3.52% from 255 or 1.89% from 424); Blue value is 230 (90.23% from 255 or 54.25% from 424); Max value from RGB is 230 - color contains mainly: blue. Hex color #BA08E6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA08E6 is #45F719. Grayscale: #555555. Windows color (decimal): -4585242 or 15075514. OLE color: 15075514.
HSL color Cylindrical-coordinate representation of color #BA08E6: hue angle of 288.11º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA08E6 is Cyan = 0.19, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 186 | 8 | 230 | - |
| CMYK | 0.19 | 0.97 | 0 | 0.10 |
| HSL | 288.11º | 0.93% | 0.47% | - |
| HSV(B) | 288.11º | 0.97% | 0.9% | - |
| XYZ | 34.62 | 16.33 | 76.19 | - |
| YUV | 86.53 | 208.97 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 8 | 230 | 0.19 | 0.97 | 0 | 0.10 | 288.11 | 0.93 | 0.47 |
| Hex | BA | 8 | E6 | 13 | 61 | 0 | A | 120 | 5D | 2F |
| Octal | 272 | 10 | 346 | 23 | 141 | 0 | 12 | 440 | 135 | 57 |
| Binary | 10111010 | 1000 | 11100110 | 10011 | 1100001 | 0 | 1010 | 100100000 | 1011101 | 101111 |
Color Harmonies of #BA08E6
Complementary color
Monochromatic Colors of #BA08E6
Black with #BA08E6
Text Example
Text Example
White with #BA08E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA08E6; }
p { color: rgb(186,8,230); }
H1.HeaderClassName
{
color: #BA08E6;
}
.AnyTagClassName
{
color: #BA08E6;
}
</style>
background-color css
<style>
a { background-color: #BA08E6; }
a { background-color: rgb(186,8,230); }
div.DivClassName
{
background-color: #BA08E6;
}
.BgClassName
{
background-color: #BA08E6;
}
</style>
border-color css
<style>
span { border-color: #BA08E6; }
span { border-color: rgb(186,8,230); }
td.TdClassName
{
border-color: #BA08E6;
}
.TagClassName
{
border-color: #BA08E6;
}
</style>