Shades of Electric Purple #BA17FE
Tints of Electric Purple #BA17FE
RGB
CMYK
RGB Variations
Color information
#BA17FE (or 0xBA17FE) is known color: Electric Purple. HEX triplet: BA, 17 and FE. RGB value is (186,23,254). Sum of RGB (Red+Green+Blue) = 186+23+254=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 23 (9.38% from 255 or 4.97% from 463); Blue value is 254 (99.61% from 255 or 54.86% from 463); Max value from RGB is 254 - color contains mainly: blue. Hex color #BA17FE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17FE is #45E801. Grayscale: #616161. Windows color (decimal): -4581378 or 16652218. OLE color: 16652218.
HSL color Cylindrical-coordinate representation of color #BA17FE: hue angle of 282.34º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA17FE is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 186 | 23 | 254 | - |
| CMYK | 0.27 | 0.91 | 0 | 0.00 |
| HSL | 282.34º | 0.99% | 0.54% | - |
| HSV(B) | 282.34º | 0.91% | 1% | - |
| XYZ | 38.45 | 18.21 | 95.25 | - |
| YUV | 98.07 | 216 | 190.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 254 | 0.27 | 0.91 | 0 | 0.00 | 282.34 | 0.99 | 0.54 |
| Hex | BA | 17 | FE | 1B | 5B | 0 | 0 | 11A | 63 | 36 |
| Octal | 272 | 27 | 376 | 33 | 133 | 0 | 0 | 432 | 143 | 66 |
| Binary | 10111010 | 10111 | 11111110 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100011 | 110110 |
Color Harmonies of #BA17FE
Complementary color
Monochromatic Colors of #BA17FE
Black with #BA17FE
Text Example
Text Example
White with #BA17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17FE; }
p { color: rgb(186,23,254); }
H1.HeaderClassName
{
color: #BA17FE;
}
.AnyTagClassName
{
color: #BA17FE;
}
</style>
background-color css
<style>
a { background-color: #BA17FE; }
a { background-color: rgb(186,23,254); }
div.DivClassName
{
background-color: #BA17FE;
}
.BgClassName
{
background-color: #BA17FE;
}
</style>
border-color css
<style>
span { border-color: #BA17FE; }
span { border-color: rgb(186,23,254); }
td.TdClassName
{
border-color: #BA17FE;
}
.TagClassName
{
border-color: #BA17FE;
}
</style>