Shades of Electric Purple #BA16FD
Tints of Electric Purple #BA16FD
RGB
CMYK
RGB Variations
Color information
#BA16FD (or 0xBA16FD) is known color: Electric Purple. HEX triplet: BA, 16 and FD. RGB value is (186,22,253). Sum of RGB (Red+Green+Blue) = 186+22+253=461 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.35% from 461); Green value is 22 (8.98% from 255 or 4.77% from 461); Blue value is 253 (99.22% from 255 or 54.88% from 461); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA16FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA16FD is #45E902. Grayscale: #606060. Windows color (decimal): -4581635 or 16586426. OLE color: 16586426.
HSL color Cylindrical-coordinate representation of color #BA16FD: hue angle of 282.6º 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 #BA16FD is Cyan = 0.26, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 22 | 253 | - |
| CMYK | 0.26 | 0.91 | 0 | 0.01 |
| HSL | 282.6º | 0.98% | 0.54% | - |
| HSV(B) | 282.6º | 0.91% | 0.99% | - |
| XYZ | 38.27 | 18.1 | 94.41 | - |
| YUV | 97.37 | 215.83 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 22 | 253 | 0.26 | 0.91 | 0 | 0.01 | 282.6 | 0.98 | 0.54 |
| Hex | BA | 16 | FD | 1A | 5B | 0 | 1 | 11B | 62 | 36 |
| Octal | 272 | 26 | 375 | 32 | 133 | 0 | 1 | 433 | 142 | 66 |
| Binary | 10111010 | 10110 | 11111101 | 11010 | 1011011 | 0 | 1 | 100011011 | 1100010 | 110110 |
Color Harmonies of #BA16FD
Complementary color
Monochromatic Colors of #BA16FD
Black with #BA16FD
Text Example
Text Example
White with #BA16FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA16FD; }
p { color: rgb(186,22,253); }
H1.HeaderClassName
{
color: #BA16FD;
}
.AnyTagClassName
{
color: #BA16FD;
}
</style>
background-color css
<style>
a { background-color: #BA16FD; }
a { background-color: rgb(186,22,253); }
div.DivClassName
{
background-color: #BA16FD;
}
.BgClassName
{
background-color: #BA16FD;
}
</style>
border-color css
<style>
span { border-color: #BA16FD; }
span { border-color: rgb(186,22,253); }
td.TdClassName
{
border-color: #BA16FD;
}
.TagClassName
{
border-color: #BA16FD;
}
</style>