Shades of Electric Purple #BA07FC
Tints of Electric Purple #BA07FC
RGB
CMYK
RGB Variations
Color information
#BA07FC (or 0xBA07FC) is known color: Electric Purple. HEX triplet: BA, 07 and FC. RGB value is (186,7,252). Sum of RGB (Red+Green+Blue) = 186+7+252=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 7 (3.12% from 255 or 1.57% from 445); Blue value is 252 (98.83% from 255 or 56.63% from 445); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA07FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07FC is #45F803. Grayscale: #575757. Windows color (decimal): -4585476 or 16517050. OLE color: 16517050.
HSL color Cylindrical-coordinate representation of color #BA07FC: hue angle of 283.84º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07FC is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 7 | 252 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.01 |
| HSL | 283.84º | 0.98% | 0.51% | - |
| HSV(B) | 283.84º | 0.97% | 0.99% | - |
| XYZ | 37.9 | 17.62 | 93.5 | - |
| YUV | 88.45 | 220.3 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 252 | 0.26 | 0.97 | 0 | 0.01 | 283.84 | 0.98 | 0.51 |
| Hex | BA | 7 | FC | 1A | 61 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 7 | 374 | 32 | 141 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 111 | 11111100 | 11010 | 1100001 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA07FC
Complementary color
Monochromatic Colors of #BA07FC
Black with #BA07FC
Text Example
Text Example
White with #BA07FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07FC; }
p { color: rgb(186,7,252); }
H1.HeaderClassName
{
color: #BA07FC;
}
.AnyTagClassName
{
color: #BA07FC;
}
</style>
background-color css
<style>
a { background-color: #BA07FC; }
a { background-color: rgb(186,7,252); }
div.DivClassName
{
background-color: #BA07FC;
}
.BgClassName
{
background-color: #BA07FC;
}
</style>
border-color css
<style>
span { border-color: #BA07FC; }
span { border-color: rgb(186,7,252); }
td.TdClassName
{
border-color: #BA07FC;
}
.TagClassName
{
border-color: #BA07FC;
}
</style>