Shades of Electric Purple #BA04FD
Tints of Electric Purple #BA04FD
RGB
CMYK
RGB Variations
Color information
#BA04FD (or 0xBA04FD) is known color: Electric Purple. HEX triplet: BA, 04 and FD. RGB value is (186,4,253). Sum of RGB (Red+Green+Blue) = 186+4+253=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 4 (1.95% from 255 or 0.90% from 443); Blue value is 253 (99.22% from 255 or 57.11% from 443); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA04FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04FD is #45FB02. Grayscale: #555555. Windows color (decimal): -4586243 or 16581818. OLE color: 16581818.
HSL color Cylindrical-coordinate representation of color #BA04FD: hue angle of 283.86º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04FD is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 4 | 253 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.01 |
| HSL | 283.86º | 0.98% | 0.5% | - |
| HSV(B) | 283.86º | 0.98% | 0.99% | - |
| XYZ | 38.02 | 17.62 | 94.33 | - |
| YUV | 86.8 | 221.8 | 198.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 253 | 0.26 | 0.98 | 0 | 0.01 | 283.86 | 0.98 | 0.5 |
| Hex | BA | 4 | FD | 1A | 62 | 0 | 1 | 11C | 62 | 32 |
| Octal | 272 | 4 | 375 | 32 | 142 | 0 | 1 | 434 | 142 | 62 |
| Binary | 10111010 | 100 | 11111101 | 11010 | 1100010 | 0 | 1 | 100011100 | 1100010 | 110010 |
Color Harmonies of #BA04FD
Complementary color
Monochromatic Colors of #BA04FD
Black with #BA04FD
Text Example
Text Example
White with #BA04FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04FD; }
p { color: rgb(186,4,253); }
H1.HeaderClassName
{
color: #BA04FD;
}
.AnyTagClassName
{
color: #BA04FD;
}
</style>
background-color css
<style>
a { background-color: #BA04FD; }
a { background-color: rgb(186,4,253); }
div.DivClassName
{
background-color: #BA04FD;
}
.BgClassName
{
background-color: #BA04FD;
}
</style>
border-color css
<style>
span { border-color: #BA04FD; }
span { border-color: rgb(186,4,253); }
td.TdClassName
{
border-color: #BA04FD;
}
.TagClassName
{
border-color: #BA04FD;
}
</style>