Shades of Electric Purple #BA09FC
Tints of Electric Purple #BA09FC
RGB
CMYK
RGB Variations
Color information
#BA09FC (or 0xBA09FC) is known color: Electric Purple. HEX triplet: BA, 09 and FC. RGB value is (186,9,252). Sum of RGB (Red+Green+Blue) = 186+9+252=447 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.61% from 447); Green value is 9 (3.91% from 255 or 2.01% from 447); Blue value is 252 (98.83% from 255 or 56.38% from 447); Max value from RGB is 252 - color contains mainly: blue. Hex color #BA09FC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09FC is #45F603. Grayscale: #585858. Windows color (decimal): -4584964 or 16517562. OLE color: 16517562.
HSL color Cylindrical-coordinate representation of color #BA09FC: hue angle of 283.7º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09FC is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 186 | 9 | 252 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.01 |
| HSL | 283.7º | 0.98% | 0.51% | - |
| HSV(B) | 283.7º | 0.96% | 0.99% | - |
| XYZ | 37.92 | 17.66 | 93.51 | - |
| YUV | 89.63 | 219.64 | 196.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 252 | 0.26 | 0.96 | 0 | 0.01 | 283.7 | 0.98 | 0.51 |
| Hex | BA | 9 | FC | 1A | 60 | 0 | 1 | 11C | 62 | 33 |
| Octal | 272 | 11 | 374 | 32 | 140 | 0 | 1 | 434 | 142 | 63 |
| Binary | 10111010 | 1001 | 11111100 | 11010 | 1100000 | 0 | 1 | 100011100 | 1100010 | 110011 |
Color Harmonies of #BA09FC
Complementary color
Monochromatic Colors of #BA09FC
Black with #BA09FC
Text Example
Text Example
White with #BA09FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09FC; }
p { color: rgb(186,9,252); }
H1.HeaderClassName
{
color: #BA09FC;
}
.AnyTagClassName
{
color: #BA09FC;
}
</style>
background-color css
<style>
a { background-color: #BA09FC; }
a { background-color: rgb(186,9,252); }
div.DivClassName
{
background-color: #BA09FC;
}
.BgClassName
{
background-color: #BA09FC;
}
</style>
border-color css
<style>
span { border-color: #BA09FC; }
span { border-color: rgb(186,9,252); }
td.TdClassName
{
border-color: #BA09FC;
}
.TagClassName
{
border-color: #BA09FC;
}
</style>