Shades of Electric Purple #BA0FE7
Tints of Electric Purple #BA0FE7
RGB
CMYK
RGB Variations
Color information
#BA0FE7 (or 0xBA0FE7) is known color: Electric Purple. HEX triplet: BA, 0F and E7. RGB value is (186,15,231). Sum of RGB (Red+Green+Blue) = 186+15+231=432 (57% of max value = 765). Red value is 186 (73.05% from 255 or 43.06% from 432); Green value is 15 (6.25% from 255 or 3.47% from 432); Blue value is 231 (90.62% from 255 or 53.47% from 432); Max value from RGB is 231 - color contains mainly: blue. Hex color #BA0FE7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FE7 is #45F018. Grayscale: #5A5A5A. Windows color (decimal): -4583449 or 15142842. OLE color: 15142842.
HSL color Cylindrical-coordinate representation of color #BA0FE7: hue angle of 287.5º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FE7 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 186 | 15 | 231 | - |
| CMYK | 0.19 | 0.94 | 0 | 0.09 |
| HSL | 287.5º | 0.88% | 0.48% | - |
| HSV(B) | 287.5º | 0.94% | 0.91% | - |
| XYZ | 34.84 | 16.55 | 76.96 | - |
| YUV | 90.75 | 207.15 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 231 | 0.19 | 0.94 | 0 | 0.09 | 287.5 | 0.88 | 0.48 |
| Hex | BA | F | E7 | 13 | 5E | 0 | 9 | 120 | 58 | 30 |
| Octal | 272 | 17 | 347 | 23 | 136 | 0 | 11 | 440 | 130 | 60 |
| Binary | 10111010 | 1111 | 11100111 | 10011 | 1011110 | 0 | 1001 | 100100000 | 1011000 | 110000 |
Color Harmonies of #BA0FE7
Complementary color
Monochromatic Colors of #BA0FE7
Black with #BA0FE7
Text Example
Text Example
White with #BA0FE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FE7; }
p { color: rgb(186,15,231); }
H1.HeaderClassName
{
color: #BA0FE7;
}
.AnyTagClassName
{
color: #BA0FE7;
}
</style>
background-color css
<style>
a { background-color: #BA0FE7; }
a { background-color: rgb(186,15,231); }
div.DivClassName
{
background-color: #BA0FE7;
}
.BgClassName
{
background-color: #BA0FE7;
}
</style>
border-color css
<style>
span { border-color: #BA0FE7; }
span { border-color: rgb(186,15,231); }
td.TdClassName
{
border-color: #BA0FE7;
}
.TagClassName
{
border-color: #BA0FE7;
}
</style>