Shades of Electric Purple #BA04F7
Tints of Electric Purple #BA04F7
RGB
CMYK
RGB Variations
Color information
#BA04F7 (or 0xBA04F7) is known color: Electric Purple. HEX triplet: BA, 04 and F7. RGB value is (186,4,247). Sum of RGB (Red+Green+Blue) = 186+4+247=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 4 (1.95% from 255 or 0.92% from 437); Blue value is 247 (96.88% from 255 or 56.52% from 437); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA04F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA04F7 is #45FB08. Grayscale: #555555. Windows color (decimal): -4586249 or 16188602. OLE color: 16188602.
HSL color Cylindrical-coordinate representation of color #BA04F7: hue angle of 284.94º degrees, saturation: 0.97, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA04F7 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 4 | 247 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.03 |
| HSL | 284.94º | 0.97% | 0.49% | - |
| HSV(B) | 284.94º | 0.98% | 0.97% | - |
| XYZ | 37.08 | 17.24 | 89.37 | - |
| YUV | 86.12 | 218.8 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 4 | 247 | 0.25 | 0.98 | 0 | 0.03 | 284.94 | 0.97 | 0.49 |
| Hex | BA | 4 | F7 | 19 | 62 | 0 | 3 | 11D | 61 | 31 |
| Octal | 272 | 4 | 367 | 31 | 142 | 0 | 3 | 435 | 141 | 61 |
| Binary | 10111010 | 100 | 11110111 | 11001 | 1100010 | 0 | 11 | 100011101 | 1100001 | 110001 |
Color Harmonies of #BA04F7
Complementary color
Monochromatic Colors of #BA04F7
Black with #BA04F7
Text Example
Text Example
White with #BA04F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA04F7; }
p { color: rgb(186,4,247); }
H1.HeaderClassName
{
color: #BA04F7;
}
.AnyTagClassName
{
color: #BA04F7;
}
</style>
background-color css
<style>
a { background-color: #BA04F7; }
a { background-color: rgb(186,4,247); }
div.DivClassName
{
background-color: #BA04F7;
}
.BgClassName
{
background-color: #BA04F7;
}
</style>
border-color css
<style>
span { border-color: #BA04F7; }
span { border-color: rgb(186,4,247); }
td.TdClassName
{
border-color: #BA04F7;
}
.TagClassName
{
border-color: #BA04F7;
}
</style>