Shades of Electric Purple #BA06FD
Tints of Electric Purple #BA06FD
RGB
CMYK
RGB Variations
Color information
#BA06FD (or 0xBA06FD) is known color: Electric Purple. HEX triplet: BA, 06 and FD. RGB value is (186,6,253). Sum of RGB (Red+Green+Blue) = 186+6+253=445 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.80% from 445); Green value is 6 (2.73% from 255 or 1.35% from 445); Blue value is 253 (99.22% from 255 or 56.85% from 445); Max value from RGB is 253 - color contains mainly: blue. Hex color #BA06FD is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06FD is #45F902. Grayscale: #575757. Windows color (decimal): -4585731 or 16582330. OLE color: 16582330.
HSL color Cylindrical-coordinate representation of color #BA06FD: hue angle of 283.72º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA06FD is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 6 | 253 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.01 |
| HSL | 283.72º | 0.98% | 0.51% | - |
| HSV(B) | 283.72º | 0.98% | 0.99% | - |
| XYZ | 38.04 | 17.66 | 94.33 | - |
| YUV | 87.98 | 221.13 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 253 | 0.26 | 0.98 | 0 | 0.01 | 283.72 | 0.98 | 0.51 |
| Hex | BA | 6 | FD | 1A | 62 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 6 | 375 | 32 | 142 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 110 | 11111101 | 11010 | 1100010 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA06FD
Complementary color
Monochromatic Colors of #BA06FD
Black with #BA06FD
Text Example
Text Example
White with #BA06FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06FD; }
p { color: rgb(186,6,253); }
H1.HeaderClassName
{
color: #BA06FD;
}
.AnyTagClassName
{
color: #BA06FD;
}
</style>
background-color css
<style>
a { background-color: #BA06FD; }
a { background-color: rgb(186,6,253); }
div.DivClassName
{
background-color: #BA06FD;
}
.BgClassName
{
background-color: #BA06FD;
}
</style>
border-color css
<style>
span { border-color: #BA06FD; }
span { border-color: rgb(186,6,253); }
td.TdClassName
{
border-color: #BA06FD;
}
.TagClassName
{
border-color: #BA06FD;
}
</style>