Shades of Electric Purple #BA10EB
Tints of Electric Purple #BA10EB
RGB
CMYK
RGB Variations
Color information
#BA10EB (or 0xBA10EB) is known color: Electric Purple. HEX triplet: BA, 10 and EB. RGB value is (186,16,235). Sum of RGB (Red+Green+Blue) = 186+16+235=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 16 (6.64% from 255 or 3.66% from 437); Blue value is 235 (92.19% from 255 or 53.78% from 437); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA10EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA10EB is #45EF14. Grayscale: #5B5B5B. Windows color (decimal): -4583189 or 15405242. OLE color: 15405242.
HSL color Cylindrical-coordinate representation of color #BA10EB: hue angle of 286.58º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BA10EB is Cyan = 0.21, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 16 | 235 | - |
| CMYK | 0.21 | 0.93 | 0 | 0.08 |
| HSL | 286.58º | 0.87% | 0.49% | - |
| HSV(B) | 286.58º | 0.93% | 0.92% | - |
| XYZ | 35.43 | 16.81 | 79.97 | - |
| YUV | 91.8 | 208.82 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 235 | 0.21 | 0.93 | 0 | 0.08 | 286.58 | 0.87 | 0.49 |
| Hex | BA | 10 | EB | 15 | 5D | 0 | 8 | 11F | 57 | 31 |
| Octal | 272 | 20 | 353 | 25 | 135 | 0 | 10 | 437 | 127 | 61 |
| Binary | 10111010 | 10000 | 11101011 | 10101 | 1011101 | 0 | 1000 | 100011111 | 1010111 | 110001 |
Color Harmonies of #BA10EB
Complementary color
Monochromatic Colors of #BA10EB
Black with #BA10EB
Text Example
Text Example
White with #BA10EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA10EB; }
p { color: rgb(186,16,235); }
H1.HeaderClassName
{
color: #BA10EB;
}
.AnyTagClassName
{
color: #BA10EB;
}
</style>
background-color css
<style>
a { background-color: #BA10EB; }
a { background-color: rgb(186,16,235); }
div.DivClassName
{
background-color: #BA10EB;
}
.BgClassName
{
background-color: #BA10EB;
}
</style>
border-color css
<style>
span { border-color: #BA10EB; }
span { border-color: rgb(186,16,235); }
td.TdClassName
{
border-color: #BA10EB;
}
.TagClassName
{
border-color: #BA10EB;
}
</style>