Shades of Electric Purple #BA17EA
Tints of Electric Purple #BA17EA
RGB
CMYK
RGB Variations
Color information
#BA17EA (or 0xBA17EA) is known color: Electric Purple. HEX triplet: BA, 17 and EA. RGB value is (186,23,234). Sum of RGB (Red+Green+Blue) = 186+23+234=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 23 (9.38% from 255 or 5.19% from 443); Blue value is 234 (91.80% from 255 or 52.82% from 443); Max value from RGB is 234 - color contains mainly: blue. Hex color #BA17EA is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17EA is #45E815. Grayscale: #5F5F5F. Windows color (decimal): -4581398 or 15341498. OLE color: 15341498.
HSL color Cylindrical-coordinate representation of color #BA17EA: hue angle of 286.35º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA17EA is Cyan = 0.21, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 23 | 234 | - |
| CMYK | 0.21 | 0.90 | 0 | 0.08 |
| HSL | 286.35º | 0.83% | 0.5% | - |
| HSV(B) | 286.35º | 0.9% | 0.92% | - |
| XYZ | 35.41 | 16.99 | 79.26 | - |
| YUV | 95.79 | 206 | 192.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 234 | 0.21 | 0.90 | 0 | 0.08 | 286.35 | 0.83 | 0.5 |
| Hex | BA | 17 | EA | 15 | 5A | 0 | 8 | 11E | 53 | 32 |
| Octal | 272 | 27 | 352 | 25 | 132 | 0 | 10 | 436 | 123 | 62 |
| Binary | 10111010 | 10111 | 11101010 | 10101 | 1011010 | 0 | 1000 | 100011110 | 1010011 | 110010 |
Color Harmonies of #BA17EA
Complementary color
Monochromatic Colors of #BA17EA
Black with #BA17EA
Text Example
Text Example
White with #BA17EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17EA; }
p { color: rgb(186,23,234); }
H1.HeaderClassName
{
color: #BA17EA;
}
.AnyTagClassName
{
color: #BA17EA;
}
</style>
background-color css
<style>
a { background-color: #BA17EA; }
a { background-color: rgb(186,23,234); }
div.DivClassName
{
background-color: #BA17EA;
}
.BgClassName
{
background-color: #BA17EA;
}
</style>
border-color css
<style>
span { border-color: #BA17EA; }
span { border-color: rgb(186,23,234); }
td.TdClassName
{
border-color: #BA17EA;
}
.TagClassName
{
border-color: #BA17EA;
}
</style>