Shades of Electric Purple #BA04F6
Tints of Electric Purple #BA04F6
RGB
CMYK
RGB Variations
Color information
#BA04F6 (or 0xBA04F6) is known color: Electric Purple. HEX triplet: BA, 04 and F6. RGB value is (186,4,246). Sum of RGB (Red+Green+Blue) = 186+4+246=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 4 (1.95% from 255 or 0.92% from 436); Blue value is 246 (96.48% from 255 or 56.42% from 436); Max value from RGB is 246 - color contains mainly: blue. Hex color #BA04F6 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04F6 is #45FB09. Grayscale: #555555. Windows color (decimal): -4586250 or 16123066. OLE color: 16123066.
HSL color Cylindrical-coordinate representation of color #BA04F6: hue angle of 285.12º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04F6 is Cyan = 0.24, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 186 | 4 | 246 | - |
| CMYK | 0.24 | 0.98 | 0 | 0.04 |
| HSL | 285.12º | 0.97% | 0.49% | - |
| HSV(B) | 285.12º | 0.98% | 0.96% | - |
| XYZ | 36.93 | 17.18 | 88.56 | - |
| YUV | 86.01 | 218.3 | 199.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 246 | 0.24 | 0.98 | 0 | 0.04 | 285.12 | 0.97 | 0.49 |
| Hex | BA | 4 | F6 | 18 | 62 | 0 | 4 | 11D | 61 | 31 |
| Octal | 272 | 4 | 366 | 30 | 142 | 0 | 4 | 435 | 141 | 61 |
| Binary | 10111010 | 100 | 11110110 | 11000 | 1100010 | 0 | 100 | 100011101 | 1100001 | 110001 |
Color Harmonies of #BA04F6
Complementary color
Monochromatic Colors of #BA04F6
Black with #BA04F6
Text Example
Text Example
White with #BA04F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04F6; }
p { color: rgb(186,4,246); }
H1.HeaderClassName
{
color: #BA04F6;
}
.AnyTagClassName
{
color: #BA04F6;
}
</style>
background-color css
<style>
a { background-color: #BA04F6; }
a { background-color: rgb(186,4,246); }
div.DivClassName
{
background-color: #BA04F6;
}
.BgClassName
{
background-color: #BA04F6;
}
</style>
border-color css
<style>
span { border-color: #BA04F6; }
span { border-color: rgb(186,4,246); }
td.TdClassName
{
border-color: #BA04F6;
}
.TagClassName
{
border-color: #BA04F6;
}
</style>