Shades of Electric Purple #BA09F7
Tints of Electric Purple #BA09F7
RGB
CMYK
RGB Variations
Color information
#BA09F7 (or 0xBA09F7) is known color: Electric Purple. HEX triplet: BA, 09 and F7. RGB value is (186,9,247). Sum of RGB (Red+Green+Blue) = 186+9+247=442 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.08% from 442); Green value is 9 (3.91% from 255 or 2.04% from 442); Blue value is 247 (96.88% from 255 or 55.88% from 442); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA09F7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F7 is #45F608. Grayscale: #585858. Windows color (decimal): -4584969 or 16189882. OLE color: 16189882.
HSL color Cylindrical-coordinate representation of color #BA09F7: hue angle of 284.62º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09F7 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 9 | 247 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.03 |
| HSL | 284.62º | 0.94% | 0.5% | - |
| HSV(B) | 284.62º | 0.96% | 0.97% | - |
| XYZ | 37.14 | 17.35 | 89.39 | - |
| YUV | 89.06 | 217.14 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 247 | 0.25 | 0.96 | 0 | 0.03 | 284.62 | 0.94 | 0.5 |
| Hex | BA | 9 | F7 | 19 | 60 | 0 | 3 | 11D | 5E | 32 |
| Octal | 272 | 11 | 367 | 31 | 140 | 0 | 3 | 435 | 136 | 62 |
| Binary | 10111010 | 1001 | 11110111 | 11001 | 1100000 | 0 | 11 | 100011101 | 1011110 | 110010 |
Color Harmonies of #BA09F7
Complementary color
Monochromatic Colors of #BA09F7
Black with #BA09F7
Text Example
Text Example
White with #BA09F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09F7; }
p { color: rgb(186,9,247); }
H1.HeaderClassName
{
color: #BA09F7;
}
.AnyTagClassName
{
color: #BA09F7;
}
</style>
background-color css
<style>
a { background-color: #BA09F7; }
a { background-color: rgb(186,9,247); }
div.DivClassName
{
background-color: #BA09F7;
}
.BgClassName
{
background-color: #BA09F7;
}
</style>
border-color css
<style>
span { border-color: #BA09F7; }
span { border-color: rgb(186,9,247); }
td.TdClassName
{
border-color: #BA09F7;
}
.TagClassName
{
border-color: #BA09F7;
}
</style>