Shades of Electric Purple #BA09FF
Tints of Electric Purple #BA09FF
RGB
CMYK
RGB Variations
Color information
#BA09FF (or 0xBA09FF) is known color: Electric Purple. HEX triplet: BA, 09 and FF. RGB value is (186,9,255). Sum of RGB (Red+Green+Blue) = 186+9+255=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 9 (3.91% from 255 or 2% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #BA09FF is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA09FF is #45F600. Grayscale: #595959. Windows color (decimal): -4584961 or 16714170. OLE color: 16714170.
HSL color Cylindrical-coordinate representation of color #BA09FF: hue angle of 283.17º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BA09FF is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 186 | 9 | 255 | - |
| CMYK | 0.27 | 0.96 | 0 | 0 |
| HSL | 283.17º | 1% | 0.52% | - |
| HSV(B) | 283.17º | 0.96% | 1% | - |
| XYZ | 38.4 | 17.85 | 96.03 | - |
| YUV | 89.97 | 221.14 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 255 | 0.27 | 0.96 | 0 | 0 | 283.17 | 1 | 0.52 |
| Hex | BA | 9 | FF | 1B | 60 | 0 | 0 | 11B | 64 | 34 |
| Octal | 272 | 11 | 377 | 33 | 140 | 0 | 0 | 433 | 144 | 64 |
| Binary | 10111010 | 1001 | 11111111 | 11011 | 1100000 | 0 | 0 | 100011011 | 1100100 | 110100 |
Color Harmonies of #BA09FF
Complementary color
Monochromatic Colors of #BA09FF
Black with #BA09FF
Text Example
Text Example
White with #BA09FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA09FF; }
p { color: rgb(186,9,255); }
H1.HeaderClassName
{
color: #BA09FF;
}
.AnyTagClassName
{
color: #BA09FF;
}
</style>
background-color css
<style>
a { background-color: #BA09FF; }
a { background-color: rgb(186,9,255); }
div.DivClassName
{
background-color: #BA09FF;
}
.BgClassName
{
background-color: #BA09FF;
}
</style>
border-color css
<style>
span { border-color: #BA09FF; }
span { border-color: rgb(186,9,255); }
td.TdClassName
{
border-color: #BA09FF;
}
.TagClassName
{
border-color: #BA09FF;
}
</style>