Shades of Electric Purple #BA0FEC
Tints of Electric Purple #BA0FEC
RGB
CMYK
RGB Variations
Color information
#BA0FEC (or 0xBA0FEC) is known color: Electric Purple. HEX triplet: BA, 0F and EC. RGB value is (186,15,236). Sum of RGB (Red+Green+Blue) = 186+15+236=437 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.56% from 437); Green value is 15 (6.25% from 255 or 3.43% from 437); Blue value is 236 (92.58% from 255 or 54.00% from 437); Max value from RGB is 236 - color contains mainly: blue. Hex color #BA0FEC is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FEC is #45F013. Grayscale: #5A5A5A. Windows color (decimal): -4583444 or 15470522. OLE color: 15470522.
HSL color Cylindrical-coordinate representation of color #BA0FEC: hue angle of 286.43º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BA0FEC is Cyan = 0.21, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 15 | 236 | - |
| CMYK | 0.21 | 0.94 | 0 | 0.07 |
| HSL | 286.43º | 0.88% | 0.49% | - |
| HSV(B) | 286.43º | 0.94% | 0.93% | - |
| XYZ | 35.56 | 16.84 | 80.73 | - |
| YUV | 91.32 | 209.65 | 195.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 236 | 0.21 | 0.94 | 0 | 0.07 | 286.43 | 0.88 | 0.49 |
| Hex | BA | F | EC | 15 | 5E | 0 | 7 | 11E | 58 | 31 |
| Octal | 272 | 17 | 354 | 25 | 136 | 0 | 7 | 436 | 130 | 61 |
| Binary | 10111010 | 1111 | 11101100 | 10101 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110001 |
Color Harmonies of #BA0FEC
Complementary color
Monochromatic Colors of #BA0FEC
Black with #BA0FEC
Text Example
Text Example
White with #BA0FEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FEC; }
p { color: rgb(186,15,236); }
H1.HeaderClassName
{
color: #BA0FEC;
}
.AnyTagClassName
{
color: #BA0FEC;
}
</style>
background-color css
<style>
a { background-color: #BA0FEC; }
a { background-color: rgb(186,15,236); }
div.DivClassName
{
background-color: #BA0FEC;
}
.BgClassName
{
background-color: #BA0FEC;
}
</style>
border-color css
<style>
span { border-color: #BA0FEC; }
span { border-color: rgb(186,15,236); }
td.TdClassName
{
border-color: #BA0FEC;
}
.TagClassName
{
border-color: #BA0FEC;
}
</style>