Shades of Electric Purple #BA0FED
Tints of Electric Purple #BA0FED
RGB
CMYK
RGB Variations
Color information
#BA0FED (or 0xBA0FED) is known color: Electric Purple. HEX triplet: BA, 0F and ED. RGB value is (186,15,237). Sum of RGB (Red+Green+Blue) = 186+15+237=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 15 (6.25% from 255 or 3.42% from 438); Blue value is 237 (92.97% from 255 or 54.11% from 438); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA0FED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0FED is #45F012. Grayscale: #5A5A5A. Windows color (decimal): -4583443 or 15536058. OLE color: 15536058.
HSL color Cylindrical-coordinate representation of color #BA0FED: hue angle of 286.22º 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 #BA0FED is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 15 | 237 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.07 |
| HSL | 286.22º | 0.88% | 0.49% | - |
| HSV(B) | 286.22º | 0.94% | 0.93% | - |
| XYZ | 35.71 | 16.9 | 81.5 | - |
| YUV | 91.44 | 210.15 | 195.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 15 | 237 | 0.22 | 0.94 | 0 | 0.07 | 286.22 | 0.88 | 0.49 |
| Hex | BA | F | ED | 16 | 5E | 0 | 7 | 11E | 58 | 31 |
| Octal | 272 | 17 | 355 | 26 | 136 | 0 | 7 | 436 | 130 | 61 |
| Binary | 10111010 | 1111 | 11101101 | 10110 | 1011110 | 0 | 111 | 100011110 | 1011000 | 110001 |
Color Harmonies of #BA0FED
Complementary color
Monochromatic Colors of #BA0FED
Black with #BA0FED
Text Example
Text Example
White with #BA0FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0FED; }
p { color: rgb(186,15,237); }
H1.HeaderClassName
{
color: #BA0FED;
}
.AnyTagClassName
{
color: #BA0FED;
}
</style>
background-color css
<style>
a { background-color: #BA0FED; }
a { background-color: rgb(186,15,237); }
div.DivClassName
{
background-color: #BA0FED;
}
.BgClassName
{
background-color: #BA0FED;
}
</style>
border-color css
<style>
span { border-color: #BA0FED; }
span { border-color: rgb(186,15,237); }
td.TdClassName
{
border-color: #BA0FED;
}
.TagClassName
{
border-color: #BA0FED;
}
</style>