Shades of Electric Purple #BA17FF
Tints of Electric Purple #BA17FF
RGB
CMYK
RGB Variations
Color information
#BA17FF (or 0xBA17FF) is known color: Electric Purple. HEX triplet: BA, 17 and FF. RGB value is (186,23,255). Sum of RGB (Red+Green+Blue) = 186+23+255=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 23 (9.38% from 255 or 4.96% from 464); Blue value is 255 (100% from 255 or 54.96% from 464); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA17FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17FF is #45E800. Grayscale: #616161. Windows color (decimal): -4581377 or 16717754. OLE color: 16717754.
HSL color Cylindrical-coordinate representation of color #BA17FF: hue angle of 282.16º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA17FF is Cyan = 0.27, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 23 | 255 | - |
| CMYK | 0.27 | 0.91 | 0 | 0 |
| HSL | 282.16º | 1% | 0.55% | - |
| HSV(B) | 282.16º | 0.91% | 1% | - |
| XYZ | 38.61 | 18.27 | 96.1 | - |
| YUV | 98.19 | 216.5 | 190.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 255 | 0.27 | 0.91 | 0 | 0 | 282.16 | 1 | 0.55 |
| Hex | BA | 17 | FF | 1B | 5B | 0 | 0 | 11A | 64 | 37 |
| Octal | 272 | 27 | 377 | 33 | 133 | 0 | 0 | 432 | 144 | 67 |
| Binary | 10111010 | 10111 | 11111111 | 11011 | 1011011 | 0 | 0 | 100011010 | 1100100 | 110111 |
Color Harmonies of #BA17FF
Complementary color
Monochromatic Colors of #BA17FF
Black with #BA17FF
Text Example
Text Example
White with #BA17FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17FF; }
p { color: rgb(186,23,255); }
H1.HeaderClassName
{
color: #BA17FF;
}
.AnyTagClassName
{
color: #BA17FF;
}
</style>
background-color css
<style>
a { background-color: #BA17FF; }
a { background-color: rgb(186,23,255); }
div.DivClassName
{
background-color: #BA17FF;
}
.BgClassName
{
background-color: #BA17FF;
}
</style>
border-color css
<style>
span { border-color: #BA17FF; }
span { border-color: rgb(186,23,255); }
td.TdClassName
{
border-color: #BA17FF;
}
.TagClassName
{
border-color: #BA17FF;
}
</style>