Shades of Electric Purple #BA19FD
Tints of Electric Purple #BA19FD
RGB
CMYK
RGB Variations
Color information
#BA19FD (or 0xBA19FD) is known color: Electric Purple. HEX triplet: BA, 19 and FD. RGB value is (186,25,253). Sum of RGB (Red+Green+Blue) = 186+25+253=464 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.09% from 464); Green value is 25 (10.16% from 255 or 5.39% from 464); Blue value is 253 (99.22% from 255 or 54.53% from 464); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA19FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA19FD is #45E602. Grayscale: #626262. Windows color (decimal): -4580867 or 16587194. OLE color: 16587194.
HSL color Cylindrical-coordinate representation of color #BA19FD: hue angle of 282.37º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BA19FD is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 25 | 253 | - |
| CMYK | 0.26 | 0.90 | 0 | 0.01 |
| HSL | 282.37º | 0.98% | 0.55% | - |
| HSV(B) | 282.37º | 0.9% | 0.99% | - |
| XYZ | 38.33 | 18.23 | 94.43 | - |
| YUV | 99.13 | 214.84 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 25 | 253 | 0.26 | 0.90 | 0 | 0.01 | 282.37 | 0.98 | 0.55 |
| Hex | BA | 19 | FD | 1A | 5A | 0 | 1 | 11A | 62 | 37 |
| Octal | 272 | 31 | 375 | 32 | 132 | 0 | 1 | 432 | 142 | 67 |
| Binary | 10111010 | 11001 | 11111101 | 11010 | 1011010 | 0 | 1 | 100011010 | 1100010 | 110111 |
Color Harmonies of #BA19FD
Complementary color
Monochromatic Colors of #BA19FD
Black with #BA19FD
Text Example
Text Example
White with #BA19FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA19FD; }
p { color: rgb(186,25,253); }
H1.HeaderClassName
{
color: #BA19FD;
}
.AnyTagClassName
{
color: #BA19FD;
}
</style>
background-color css
<style>
a { background-color: #BA19FD; }
a { background-color: rgb(186,25,253); }
div.DivClassName
{
background-color: #BA19FD;
}
.BgClassName
{
background-color: #BA19FD;
}
</style>
border-color css
<style>
span { border-color: #BA19FD; }
span { border-color: rgb(186,25,253); }
td.TdClassName
{
border-color: #BA19FD;
}
.TagClassName
{
border-color: #BA19FD;
}
</style>