Shades of Electric Purple #BA00F7
Tints of Electric Purple #BA00F7
RGB
CMYK
RGB Variations
Color information
#BA00F7 (or 0xBA00F7) is known color: Electric Purple. HEX triplet: BA, 00 and F7. RGB value is (186,0,247). Sum of RGB (Red+Green+Blue) = 186+0+247=433 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.96% from 433); Green value is 0 (0.39% from 255 or 0% from 433); Blue value is 247 (96.88% from 255 or 57.04% from 433); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA00F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA00F7 is #45FF08. Grayscale: #525252. Windows color (decimal): -4587273 or 16187578. OLE color: 16187578.
HSL color Cylindrical-coordinate representation of color #BA00F7: hue angle of 285.18º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA00F7 is Cyan = 0.25, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 0 | 247 | - |
| CMYK | 0.25 | 1 | 0 | 0.03 |
| HSL | 285.18º | 1% | 0.48% | - |
| HSV(B) | 285.18º | 1% | 0.97% | - |
| XYZ | 37.04 | 17.15 | 89.35 | - |
| YUV | 83.77 | 220.12 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 0 | 247 | 0.25 | 1 | 0 | 0.03 | 285.18 | 1 | 0.48 |
| Hex | BA | 0 | F7 | 19 | 64 | 0 | 3 | 11D | 64 | 30 |
| Octal | 272 | 0 | 367 | 31 | 144 | 0 | 3 | 435 | 144 | 60 |
| Binary | 10111010 | 0 | 11110111 | 11001 | 1100100 | 0 | 11 | 100011101 | 1100100 | 110000 |
Color Harmonies of #BA00F7
Complementary color
Monochromatic Colors of #BA00F7
Black with #BA00F7
Text Example
Text Example
White with #BA00F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA00F7; }
p { color: rgb(186,0,247); }
H1.HeaderClassName
{
color: #BA00F7;
}
.AnyTagClassName
{
color: #BA00F7;
}
</style>
background-color css
<style>
a { background-color: #BA00F7; }
a { background-color: rgb(186,0,247); }
div.DivClassName
{
background-color: #BA00F7;
}
.BgClassName
{
background-color: #BA00F7;
}
</style>
border-color css
<style>
span { border-color: #BA00F7; }
span { border-color: rgb(186,0,247); }
td.TdClassName
{
border-color: #BA00F7;
}
.TagClassName
{
border-color: #BA00F7;
}
</style>