Shades of Electric Purple #BA0DF7
Tints of Electric Purple #BA0DF7
RGB
CMYK
RGB Variations
Color information
#BA0DF7 (or 0xBA0DF7) is known color: Electric Purple. HEX triplet: BA, 0D and F7. RGB value is (186,13,247). Sum of RGB (Red+Green+Blue) = 186+13+247=446 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.70% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 247 (96.88% from 255 or 55.38% from 446); Max value from RGB is 247 - color contains mainly: blue. Hex color #BA0DF7 is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0DF7 is #45F208. Grayscale: #5A5A5A. Windows color (decimal): -4583945 or 16190906. OLE color: 16190906.
HSL color Cylindrical-coordinate representation of color #BA0DF7: hue angle of 284.36º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0DF7 is Cyan = 0.25, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 186 | 13 | 247 | - |
| CMYK | 0.25 | 0.95 | 0 | 0.03 |
| HSL | 284.36º | 0.94% | 0.51% | - |
| HSV(B) | 284.36º | 0.95% | 0.97% | - |
| XYZ | 37.18 | 17.44 | 89.4 | - |
| YUV | 91.4 | 215.81 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 13 | 247 | 0.25 | 0.95 | 0 | 0.03 | 284.36 | 0.94 | 0.51 |
| Hex | BA | D | F7 | 19 | 5F | 0 | 3 | 11C | 5E | 33 |
| Octal | 272 | 15 | 367 | 31 | 137 | 0 | 3 | 434 | 136 | 63 |
| Binary | 10111010 | 1101 | 11110111 | 11001 | 1011111 | 0 | 11 | 100011100 | 1011110 | 110011 |
Color Harmonies of #BA0DF7
Complementary color
Monochromatic Colors of #BA0DF7
Black with #BA0DF7
Text Example
Text Example
White with #BA0DF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0DF7; }
p { color: rgb(186,13,247); }
H1.HeaderClassName
{
color: #BA0DF7;
}
.AnyTagClassName
{
color: #BA0DF7;
}
</style>
background-color css
<style>
a { background-color: #BA0DF7; }
a { background-color: rgb(186,13,247); }
div.DivClassName
{
background-color: #BA0DF7;
}
.BgClassName
{
background-color: #BA0DF7;
}
</style>
border-color css
<style>
span { border-color: #BA0DF7; }
span { border-color: rgb(186,13,247); }
td.TdClassName
{
border-color: #BA0DF7;
}
.TagClassName
{
border-color: #BA0DF7;
}
</style>