Shades of Electric Purple #BA09F1
Tints of Electric Purple #BA09F1
RGB
CMYK
RGB Variations
Color information
#BA09F1 (or 0xBA09F1) is known color: Electric Purple. HEX triplet: BA, 09 and F1. RGB value is (186,9,241). Sum of RGB (Red+Green+Blue) = 186+9+241=436 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.66% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 241 (94.53% from 255 or 55.28% from 436); Max value from RGB is 241 - color contains mainly: blue. Hex color #BA09F1 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F1 is #45F60E. Grayscale: #575757. Windows color (decimal): -4584975 or 15796666. OLE color: 15796666.
HSL color Cylindrical-coordinate representation of color #BA09F1: hue angle of 285.78º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09F1 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 9 | 241 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.05 |
| HSL | 285.78º | 0.93% | 0.49% | - |
| HSV(B) | 285.78º | 0.96% | 0.95% | - |
| XYZ | 36.22 | 16.99 | 84.59 | - |
| YUV | 88.37 | 214.14 | 197.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 241 | 0.23 | 0.96 | 0 | 0.05 | 285.78 | 0.93 | 0.49 |
| Hex | BA | 9 | F1 | 17 | 60 | 0 | 5 | 11E | 5D | 31 |
| Octal | 272 | 11 | 361 | 27 | 140 | 0 | 5 | 436 | 135 | 61 |
| Binary | 10111010 | 1001 | 11110001 | 10111 | 1100000 | 0 | 101 | 100011110 | 1011101 | 110001 |
Color Harmonies of #BA09F1
Complementary color
Monochromatic Colors of #BA09F1
Black with #BA09F1
Text Example
Text Example
White with #BA09F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09F1; }
p { color: rgb(186,9,241); }
H1.HeaderClassName
{
color: #BA09F1;
}
.AnyTagClassName
{
color: #BA09F1;
}
</style>
background-color css
<style>
a { background-color: #BA09F1; }
a { background-color: rgb(186,9,241); }
div.DivClassName
{
background-color: #BA09F1;
}
.BgClassName
{
background-color: #BA09F1;
}
</style>
border-color css
<style>
span { border-color: #BA09F1; }
span { border-color: rgb(186,9,241); }
td.TdClassName
{
border-color: #BA09F1;
}
.TagClassName
{
border-color: #BA09F1;
}
</style>