Shades of Electric Purple #BA07FD
Tints of Electric Purple #BA07FD
RGB
CMYK
RGB Variations
Color information
#BA07FD (or 0xBA07FD) is known color: Electric Purple. HEX triplet: BA, 07 and FD. RGB value is (186,7,253). Sum of RGB (Red+Green+Blue) = 186+7+253=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA07FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07FD is #45F802. Grayscale: #575757. Windows color (decimal): -4585475 or 16582586. OLE color: 16582586.
HSL color Cylindrical-coordinate representation of color #BA07FD: hue angle of 283.66º 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 #BA07FD is Cyan = 0.26, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 7 | 253 | - |
| CMYK | 0.26 | 0.97 | 0 | 0.01 |
| HSL | 283.66º | 0.98% | 0.51% | - |
| HSV(B) | 283.66º | 0.97% | 0.99% | - |
| XYZ | 38.06 | 17.68 | 94.34 | - |
| YUV | 88.57 | 220.8 | 197.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 253 | 0.26 | 0.97 | 0 | 0.01 | 283.66 | 0.98 | 0.51 |
| Hex | BA | 7 | FD | 1A | 61 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 7 | 375 | 32 | 141 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 111 | 11111101 | 11010 | 1100001 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA07FD
Complementary color
Monochromatic Colors of #BA07FD
Black with #BA07FD
Text Example
Text Example
White with #BA07FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07FD; }
p { color: rgb(186,7,253); }
H1.HeaderClassName
{
color: #BA07FD;
}
.AnyTagClassName
{
color: #BA07FD;
}
</style>
background-color css
<style>
a { background-color: #BA07FD; }
a { background-color: rgb(186,7,253); }
div.DivClassName
{
background-color: #BA07FD;
}
.BgClassName
{
background-color: #BA07FD;
}
</style>
border-color css
<style>
span { border-color: #BA07FD; }
span { border-color: rgb(186,7,253); }
td.TdClassName
{
border-color: #BA07FD;
}
.TagClassName
{
border-color: #BA07FD;
}
</style>