Shades of Electric Purple #BA09F0
Tints of Electric Purple #BA09F0
RGB
CMYK
RGB Variations
Color information
#BA09F0 (or 0xBA09F0) is known color: Electric Purple. HEX triplet: BA, 09 and F0. RGB value is (186,9,240). Sum of RGB (Red+Green+Blue) = 186+9+240=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 240 (94.14% from 255 or 55.17% from 435); Max value from RGB is 240 - color contains mainly: blue. Hex color #BA09F0 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F0 is #45F60F. Grayscale: #575757. Windows color (decimal): -4584976 or 15731130. OLE color: 15731130.
HSL color Cylindrical-coordinate representation of color #BA09F0: hue angle of 285.97º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09F0 is Cyan = 0.22, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 186 | 9 | 240 | - |
| CMYK | 0.22 | 0.96 | 0 | 0.06 |
| HSL | 285.97º | 0.93% | 0.49% | - |
| HSV(B) | 285.97º | 0.96% | 0.94% | - |
| XYZ | 36.08 | 16.93 | 83.8 | - |
| YUV | 88.26 | 213.64 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 240 | 0.22 | 0.96 | 0 | 0.06 | 285.97 | 0.93 | 0.49 |
| Hex | BA | 9 | F0 | 16 | 60 | 0 | 6 | 11E | 5D | 31 |
| Octal | 272 | 11 | 360 | 26 | 140 | 0 | 6 | 436 | 135 | 61 |
| Binary | 10111010 | 1001 | 11110000 | 10110 | 1100000 | 0 | 110 | 100011110 | 1011101 | 110001 |
Color Harmonies of #BA09F0
Complementary color
Monochromatic Colors of #BA09F0
Black with #BA09F0
Text Example
Text Example
White with #BA09F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09F0; }
p { color: rgb(186,9,240); }
H1.HeaderClassName
{
color: #BA09F0;
}
.AnyTagClassName
{
color: #BA09F0;
}
</style>
background-color css
<style>
a { background-color: #BA09F0; }
a { background-color: rgb(186,9,240); }
div.DivClassName
{
background-color: #BA09F0;
}
.BgClassName
{
background-color: #BA09F0;
}
</style>
border-color css
<style>
span { border-color: #BA09F0; }
span { border-color: rgb(186,9,240); }
td.TdClassName
{
border-color: #BA09F0;
}
.TagClassName
{
border-color: #BA09F0;
}
</style>