Shades of Electric Purple #BA09F3
Tints of Electric Purple #BA09F3
RGB
CMYK
RGB Variations
Color information
#BA09F3 (or 0xBA09F3) is known color: Electric Purple. HEX triplet: BA, 09 and F3. RGB value is (186,9,243). Sum of RGB (Red+Green+Blue) = 186+9+243=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 243 (95.31% from 255 or 55.48% from 438); Max value from RGB is 243 - color contains mainly: blue. Hex color #BA09F3 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09F3 is #45F60C. Grayscale: #575757. Windows color (decimal): -4584973 or 15927738. OLE color: 15927738.
HSL color Cylindrical-coordinate representation of color #BA09F3: hue angle of 285.38º 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 #BA09F3 is Cyan = 0.23, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 186 | 9 | 243 | - |
| CMYK | 0.23 | 0.96 | 0 | 0.05 |
| HSL | 285.38º | 0.93% | 0.49% | - |
| HSV(B) | 285.38º | 0.96% | 0.95% | - |
| XYZ | 36.53 | 17.11 | 86.17 | - |
| YUV | 88.6 | 215.14 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 243 | 0.23 | 0.96 | 0 | 0.05 | 285.38 | 0.93 | 0.49 |
| Hex | BA | 9 | F3 | 17 | 60 | 0 | 5 | 11D | 5D | 31 |
| Octal | 272 | 11 | 363 | 27 | 140 | 0 | 5 | 435 | 135 | 61 |
| Binary | 10111010 | 1001 | 11110011 | 10111 | 1100000 | 0 | 101 | 100011101 | 1011101 | 110001 |
Color Harmonies of #BA09F3
Complementary color
Monochromatic Colors of #BA09F3
Black with #BA09F3
Text Example
Text Example
White with #BA09F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09F3; }
p { color: rgb(186,9,243); }
H1.HeaderClassName
{
color: #BA09F3;
}
.AnyTagClassName
{
color: #BA09F3;
}
</style>
background-color css
<style>
a { background-color: #BA09F3; }
a { background-color: rgb(186,9,243); }
div.DivClassName
{
background-color: #BA09F3;
}
.BgClassName
{
background-color: #BA09F3;
}
</style>
border-color css
<style>
span { border-color: #BA09F3; }
span { border-color: rgb(186,9,243); }
td.TdClassName
{
border-color: #BA09F3;
}
.TagClassName
{
border-color: #BA09F3;
}
</style>