Shades of Electric Purple #BA09F2
Tints of Electric Purple #BA09F2
RGB
CMYK
RGB Variations
Color information
#BA09F2 (or 0xBA09F2) is known color: Electric Purple. HEX triplet: BA, 09 and F2. RGB value is (186,9,242). Sum of RGB (Red+Green+Blue) = 186+9+242=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 242 (94.92% from 255 or 55.38% from 437); Max value from RGB is 242 - color contains mainly: blue. Hex color #BA09F2 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F2 is #45F60D. Grayscale: #575757. Windows color (decimal): -4584974 or 15862202. OLE color: 15862202.
HSL color Cylindrical-coordinate representation of color #BA09F2: hue angle of 285.58º 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 #BA09F2 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 9 | 242 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.05 |
| HSL | 285.58º | 0.93% | 0.49% | - |
| HSV(B) | 285.58º | 0.96% | 0.95% | - |
| XYZ | 36.37 | 17.05 | 85.38 | - |
| YUV | 88.49 | 214.64 | 197.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 242 | 0.23 | 0.96 | 0 | 0.05 | 285.58 | 0.93 | 0.49 |
| Hex | BA | 9 | F2 | 17 | 60 | 0 | 5 | 11E | 5D | 31 |
| Octal | 272 | 11 | 362 | 27 | 140 | 0 | 5 | 436 | 135 | 61 |
| Binary | 10111010 | 1001 | 11110010 | 10111 | 1100000 | 0 | 101 | 100011110 | 1011101 | 110001 |
Color Harmonies of #BA09F2
Complementary color
Monochromatic Colors of #BA09F2
Black with #BA09F2
Text Example
Text Example
White with #BA09F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09F2; }
p { color: rgb(186,9,242); }
H1.HeaderClassName
{
color: #BA09F2;
}
.AnyTagClassName
{
color: #BA09F2;
}
</style>
background-color css
<style>
a { background-color: #BA09F2; }
a { background-color: rgb(186,9,242); }
div.DivClassName
{
background-color: #BA09F2;
}
.BgClassName
{
background-color: #BA09F2;
}
</style>
border-color css
<style>
span { border-color: #BA09F2; }
span { border-color: rgb(186,9,242); }
td.TdClassName
{
border-color: #BA09F2;
}
.TagClassName
{
border-color: #BA09F2;
}
</style>