Shades of Electric Purple #BA0FE9
Tints of Electric Purple #BA0FE9
RGB
CMYK
RGB Variations
Color information
#BA0FE9 (or 0xBA0FE9) is known color: Electric Purple. HEX triplet: BA, 0F and E9. RGB value is (186,15,233). Sum of RGB (Red+Green+Blue) = 186+15+233=434 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.86% from 434); Green value is 15 (6.25% from 255 or 3.46% from 434); Blue value is 233 (91.41% from 255 or 53.69% from 434); Max value from RGB is 233 - color contains mainly: blue. Hex color #BA0FE9 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FE9 is #45F016. Grayscale: #5A5A5A. Windows color (decimal): -4583447 or 15273914. OLE color: 15273914.
HSL color Cylindrical-coordinate representation of color #BA0FE9: hue angle of 287.06º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FE9 is Cyan = 0.20, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 15 | 233 | - |
| CMYK | 0.20 | 0.94 | 0 | 0.09 |
| HSL | 287.06º | 0.88% | 0.49% | - |
| HSV(B) | 287.06º | 0.94% | 0.91% | - |
| XYZ | 35.13 | 16.66 | 78.46 | - |
| YUV | 90.98 | 208.15 | 195.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 233 | 0.20 | 0.94 | 0 | 0.09 | 287.06 | 0.88 | 0.49 |
| Hex | BA | F | E9 | 14 | 5E | 0 | 9 | 11F | 58 | 31 |
| Octal | 272 | 17 | 351 | 24 | 136 | 0 | 11 | 437 | 130 | 61 |
| Binary | 10111010 | 1111 | 11101001 | 10100 | 1011110 | 0 | 1001 | 100011111 | 1011000 | 110001 |
Color Harmonies of #BA0FE9
Complementary color
Monochromatic Colors of #BA0FE9
Black with #BA0FE9
Text Example
Text Example
White with #BA0FE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FE9; }
p { color: rgb(186,15,233); }
H1.HeaderClassName
{
color: #BA0FE9;
}
.AnyTagClassName
{
color: #BA0FE9;
}
</style>
background-color css
<style>
a { background-color: #BA0FE9; }
a { background-color: rgb(186,15,233); }
div.DivClassName
{
background-color: #BA0FE9;
}
.BgClassName
{
background-color: #BA0FE9;
}
</style>
border-color css
<style>
span { border-color: #BA0FE9; }
span { border-color: rgb(186,15,233); }
td.TdClassName
{
border-color: #BA0FE9;
}
.TagClassName
{
border-color: #BA0FE9;
}
</style>