Shades of Electric Purple #BA17EB
Tints of Electric Purple #BA17EB
RGB
CMYK
RGB Variations
Color information
#BA17EB (or 0xBA17EB) is known color: Electric Purple. HEX triplet: BA, 17 and EB. RGB value is (186,23,235). Sum of RGB (Red+Green+Blue) = 186+23+235=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 23 (9.38% from 255 or 5.18% from 444); Blue value is 235 (92.19% from 255 or 52.93% from 444); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA17EB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17EB is #45E814. Grayscale: #5F5F5F. Windows color (decimal): -4581397 or 15407034. OLE color: 15407034.
HSL color Cylindrical-coordinate representation of color #BA17EB: hue angle of 286.13º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA17EB is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 23 | 235 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.08 |
| HSL | 286.13º | 0.84% | 0.51% | - |
| HSV(B) | 286.13º | 0.9% | 0.92% | - |
| XYZ | 35.55 | 17.05 | 80.01 | - |
| YUV | 95.91 | 206.5 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 235 | 0.21 | 0.90 | 0 | 0.08 | 286.13 | 0.84 | 0.51 |
| Hex | BA | 17 | EB | 15 | 5A | 0 | 8 | 11E | 54 | 33 |
| Octal | 272 | 27 | 353 | 25 | 132 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111010 | 10111 | 11101011 | 10101 | 1011010 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #BA17EB
Complementary color
Monochromatic Colors of #BA17EB
Black with #BA17EB
Text Example
Text Example
White with #BA17EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17EB; }
p { color: rgb(186,23,235); }
H1.HeaderClassName
{
color: #BA17EB;
}
.AnyTagClassName
{
color: #BA17EB;
}
</style>
background-color css
<style>
a { background-color: #BA17EB; }
a { background-color: rgb(186,23,235); }
div.DivClassName
{
background-color: #BA17EB;
}
.BgClassName
{
background-color: #BA17EB;
}
</style>
border-color css
<style>
span { border-color: #BA17EB; }
span { border-color: rgb(186,23,235); }
td.TdClassName
{
border-color: #BA17EB;
}
.TagClassName
{
border-color: #BA17EB;
}
</style>