Shades of Electric Purple #BA06FC
Tints of Electric Purple #BA06FC
RGB
CMYK
RGB Variations
Color information
#BA06FC (or 0xBA06FC) is known color: Electric Purple. HEX triplet: BA, 06 and FC. RGB value is (186,6,252). Sum of RGB (Red+Green+Blue) = 186+6+252=444 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.89% from 444); Green value is 6 (2.73% from 255 or 1.35% from 444); Blue value is 252 (98.83% from 255 or 56.76% from 444); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA06FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06FC is #45F903. Grayscale: #575757. Windows color (decimal): -4585732 or 16516794. OLE color: 16516794.
HSL color Cylindrical-coordinate representation of color #BA06FC: hue angle of 283.9º 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 #BA06FC is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 6 | 252 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.01 |
| HSL | 283.9º | 0.98% | 0.51% | - |
| HSV(B) | 283.9º | 0.98% | 0.99% | - |
| XYZ | 37.89 | 17.6 | 93.5 | - |
| YUV | 87.86 | 220.63 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 252 | 0.26 | 0.98 | 0 | 0.01 | 283.9 | 0.98 | 0.51 |
| Hex | BA | 6 | FC | 1A | 62 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 6 | 374 | 32 | 142 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 110 | 11111100 | 11010 | 1100010 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA06FC
Complementary color
Monochromatic Colors of #BA06FC
Black with #BA06FC
Text Example
Text Example
White with #BA06FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06FC; }
p { color: rgb(186,6,252); }
H1.HeaderClassName
{
color: #BA06FC;
}
.AnyTagClassName
{
color: #BA06FC;
}
</style>
background-color css
<style>
a { background-color: #BA06FC; }
a { background-color: rgb(186,6,252); }
div.DivClassName
{
background-color: #BA06FC;
}
.BgClassName
{
background-color: #BA06FC;
}
</style>
border-color css
<style>
span { border-color: #BA06FC; }
span { border-color: rgb(186,6,252); }
td.TdClassName
{
border-color: #BA06FC;
}
.TagClassName
{
border-color: #BA06FC;
}
</style>