Shades of Electric Purple #BA17FD
Tints of Electric Purple #BA17FD
RGB
CMYK
RGB Variations
Color information
#BA17FD (or 0xBA17FD) is known color: Electric Purple. HEX triplet: BA, 17 and FD. RGB value is (186,23,253). Sum of RGB (Red+Green+Blue) = 186+23+253=462 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.26% from 462); Green value is 23 (9.38% from 255 or 4.98% from 462); Blue value is 253 (99.22% from 255 or 54.76% from 462); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA17FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA17FD is #45E802. Grayscale: #616161. Windows color (decimal): -4581379 or 16586682. OLE color: 16586682.
HSL color Cylindrical-coordinate representation of color #BA17FD: hue angle of 282.52º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA17FD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 23 | 253 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.01 |
| HSL | 282.52º | 0.98% | 0.54% | - |
| HSV(B) | 282.52º | 0.91% | 0.99% | - |
| XYZ | 38.29 | 18.14 | 94.41 | - |
| YUV | 97.96 | 215.5 | 190.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 23 | 253 | 0.26 | 0.91 | 0 | 0.01 | 282.52 | 0.98 | 0.54 |
| Hex | BA | 17 | FD | 1A | 5B | 0 | 1 | 11B | 62 | 36 |
| Octal | 272 | 27 | 375 | 32 | 133 | 0 | 1 | 433 | 142 | 66 |
| Binary | 10111010 | 10111 | 11111101 | 11010 | 1011011 | 0 | 1 | 100011011 | 1100010 | 110110 |
Color Harmonies of #BA17FD
Complementary color
Monochromatic Colors of #BA17FD
Black with #BA17FD
Text Example
Text Example
White with #BA17FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA17FD; }
p { color: rgb(186,23,253); }
H1.HeaderClassName
{
color: #BA17FD;
}
.AnyTagClassName
{
color: #BA17FD;
}
</style>
background-color css
<style>
a { background-color: #BA17FD; }
a { background-color: rgb(186,23,253); }
div.DivClassName
{
background-color: #BA17FD;
}
.BgClassName
{
background-color: #BA17FD;
}
</style>
border-color css
<style>
span { border-color: #BA17FD; }
span { border-color: rgb(186,23,253); }
td.TdClassName
{
border-color: #BA17FD;
}
.TagClassName
{
border-color: #BA17FD;
}
</style>