Shades of Electric Purple #BA10ED
Tints of Electric Purple #BA10ED
RGB
CMYK
RGB Variations
Color information
#BA10ED (or 0xBA10ED) is known color: Electric Purple. HEX triplet: BA, 10 and ED. RGB value is (186,16,237). Sum of RGB (Red+Green+Blue) = 186+16+237=439 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.37% from 439); Green value is 16 (6.64% from 255 or 3.64% from 439); Blue value is 237 (92.97% from 255 or 53.99% from 439); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA10ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10ED is #45EF12. Grayscale: #5B5B5B. Windows color (decimal): -4583187 or 15536314. OLE color: 15536314.
HSL color Cylindrical-coordinate representation of color #BA10ED: hue angle of 286.15º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA10ED is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 16 | 237 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.07 |
| HSL | 286.15º | 0.87% | 0.5% | - |
| HSV(B) | 286.15º | 0.93% | 0.93% | - |
| XYZ | 35.72 | 16.92 | 81.5 | - |
| YUV | 92.02 | 209.82 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 237 | 0.22 | 0.93 | 0 | 0.07 | 286.15 | 0.87 | 0.5 |
| Hex | BA | 10 | ED | 16 | 5D | 0 | 7 | 11E | 57 | 32 |
| Octal | 272 | 20 | 355 | 26 | 135 | 0 | 7 | 436 | 127 | 62 |
| Binary | 10111010 | 10000 | 11101101 | 10110 | 1011101 | 0 | 111 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BA10ED
Complementary color
Monochromatic Colors of #BA10ED
Black with #BA10ED
Text Example
Text Example
White with #BA10ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10ED; }
p { color: rgb(186,16,237); }
H1.HeaderClassName
{
color: #BA10ED;
}
.AnyTagClassName
{
color: #BA10ED;
}
</style>
background-color css
<style>
a { background-color: #BA10ED; }
a { background-color: rgb(186,16,237); }
div.DivClassName
{
background-color: #BA10ED;
}
.BgClassName
{
background-color: #BA10ED;
}
</style>
border-color css
<style>
span { border-color: #BA10ED; }
span { border-color: rgb(186,16,237); }
td.TdClassName
{
border-color: #BA10ED;
}
.TagClassName
{
border-color: #BA10ED;
}
</style>