Shades of Electric Purple #BA10EE
Tints of Electric Purple #BA10EE
RGB
CMYK
RGB Variations
Color information
#BA10EE (or 0xBA10EE) is known color: Electric Purple. HEX triplet: BA, 10 and EE. RGB value is (186,16,238). Sum of RGB (Red+Green+Blue) = 186+16+238=440 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.27% from 440); Green value is 16 (6.64% from 255 or 3.64% from 440); Blue value is 238 (93.36% from 255 or 54.09% from 440); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA10EE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10EE is #45EF11. Grayscale: #5B5B5B. Windows color (decimal): -4583186 or 15601850. OLE color: 15601850.
HSL color Cylindrical-coordinate representation of color #BA10EE: hue angle of 285.95º 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 #BA10EE is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 16 | 238 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.07 |
| HSL | 285.95º | 0.87% | 0.5% | - |
| HSV(B) | 285.95º | 0.93% | 0.93% | - |
| XYZ | 35.87 | 16.98 | 82.28 | - |
| YUV | 92.14 | 210.32 | 194.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 238 | 0.22 | 0.93 | 0 | 0.07 | 285.95 | 0.87 | 0.5 |
| Hex | BA | 10 | EE | 16 | 5D | 0 | 7 | 11E | 57 | 32 |
| Octal | 272 | 20 | 356 | 26 | 135 | 0 | 7 | 436 | 127 | 62 |
| Binary | 10111010 | 10000 | 11101110 | 10110 | 1011101 | 0 | 111 | 100011110 | 1010111 | 110010 |
Color Harmonies of #BA10EE
Complementary color
Monochromatic Colors of #BA10EE
Black with #BA10EE
Text Example
Text Example
White with #BA10EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10EE; }
p { color: rgb(186,16,238); }
H1.HeaderClassName
{
color: #BA10EE;
}
.AnyTagClassName
{
color: #BA10EE;
}
</style>
background-color css
<style>
a { background-color: #BA10EE; }
a { background-color: rgb(186,16,238); }
div.DivClassName
{
background-color: #BA10EE;
}
.BgClassName
{
background-color: #BA10EE;
}
</style>
border-color css
<style>
span { border-color: #BA10EE; }
span { border-color: rgb(186,16,238); }
td.TdClassName
{
border-color: #BA10EE;
}
.TagClassName
{
border-color: #BA10EE;
}
</style>