Shades of Electric Purple #BA06F9
Tints of Electric Purple #BA06F9
RGB
CMYK
RGB Variations
Color information
#BA06F9 (or 0xBA06F9) is known color: Electric Purple. HEX triplet: BA, 06 and F9. RGB value is (186,6,249). Sum of RGB (Red+Green+Blue) = 186+6+249=441 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.18% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 249 (97.66% from 255 or 56.46% from 441); Max value from RGB is 249 - color contains mainly: blue. Hex color #BA06F9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA06F9 is #45F906. Grayscale: #565656. Windows color (decimal): -4585735 or 16320186. OLE color: 16320186.
HSL color Cylindrical-coordinate representation of color #BA06F9: hue angle of 284.44º degrees, saturation: 0.95, 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 #BA06F9 is Cyan = 0.25, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 186 | 6 | 249 | - |
| CMYK | 0.25 | 0.98 | 0 | 0.02 |
| HSL | 284.44º | 0.95% | 0.5% | - |
| HSV(B) | 284.44º | 0.98% | 0.98% | - |
| XYZ | 37.41 | 17.41 | 91.01 | - |
| YUV | 87.52 | 219.13 | 198.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 249 | 0.25 | 0.98 | 0 | 0.02 | 284.44 | 0.95 | 0.5 |
| Hex | BA | 6 | F9 | 19 | 62 | 0 | 2 | 11C | 5F | 32 |
| Octal | 272 | 6 | 371 | 31 | 142 | 0 | 2 | 434 | 137 | 62 |
| Binary | 10111010 | 110 | 11111001 | 11001 | 1100010 | 0 | 10 | 100011100 | 1011111 | 110010 |
Color Harmonies of #BA06F9
Complementary color
Monochromatic Colors of #BA06F9
Black with #BA06F9
Text Example
Text Example
White with #BA06F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA06F9; }
p { color: rgb(186,6,249); }
H1.HeaderClassName
{
color: #BA06F9;
}
.AnyTagClassName
{
color: #BA06F9;
}
</style>
background-color css
<style>
a { background-color: #BA06F9; }
a { background-color: rgb(186,6,249); }
div.DivClassName
{
background-color: #BA06F9;
}
.BgClassName
{
background-color: #BA06F9;
}
</style>
border-color css
<style>
span { border-color: #BA06F9; }
span { border-color: rgb(186,6,249); }
td.TdClassName
{
border-color: #BA06F9;
}
.TagClassName
{
border-color: #BA06F9;
}
</style>