Shades of Electric Purple #BA06FB
Tints of Electric Purple #BA06FB
RGB
CMYK
RGB Variations
Color information
#BA06FB (or 0xBA06FB) is known color: Electric Purple. HEX triplet: BA, 06 and FB. RGB value is (186,6,251). Sum of RGB (Red+Green+Blue) = 186+6+251=443 (58% of max value = 765). Red value is 186 (73.05% from 255 or 41.99% from 443); Green value is 6 (2.73% from 255 or 1.35% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #BA06FB is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06FB is #45F904. Grayscale: #565656. Windows color (decimal): -4585733 or 16451258. OLE color: 16451258.
HSL color Cylindrical-coordinate representation of color #BA06FB: hue angle of 284.08º degrees, saturation: 0.97, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA06FB is Cyan = 0.26, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 6 | 251 | - |
| CMYK | 0.26 | 0.98 | 0 | 0.02 |
| HSL | 284.08º | 0.97% | 0.5% | - |
| HSV(B) | 284.08º | 0.98% | 0.98% | - |
| XYZ | 37.73 | 17.53 | 92.66 | - |
| YUV | 87.75 | 220.13 | 198.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 251 | 0.26 | 0.98 | 0 | 0.02 | 284.08 | 0.97 | 0.5 |
| Hex | BA | 6 | FB | 1A | 62 | 0 | 2 | 11C | 61 | 32 |
| Octal | 272 | 6 | 373 | 32 | 142 | 0 | 2 | 434 | 141 | 62 |
| Binary | 10111010 | 110 | 11111011 | 11010 | 1100010 | 0 | 10 | 100011100 | 1100001 | 110010 |
Color Harmonies of #BA06FB
Complementary color
Monochromatic Colors of #BA06FB
Black with #BA06FB
Text Example
Text Example
White with #BA06FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06FB; }
p { color: rgb(186,6,251); }
H1.HeaderClassName
{
color: #BA06FB;
}
.AnyTagClassName
{
color: #BA06FB;
}
</style>
background-color css
<style>
a { background-color: #BA06FB; }
a { background-color: rgb(186,6,251); }
div.DivClassName
{
background-color: #BA06FB;
}
.BgClassName
{
background-color: #BA06FB;
}
</style>
border-color css
<style>
span { border-color: #BA06FB; }
span { border-color: rgb(186,6,251); }
td.TdClassName
{
border-color: #BA06FB;
}
.TagClassName
{
border-color: #BA06FB;
}
</style>