Shades of Electric Purple #BA07ED
Tints of Electric Purple #BA07ED
RGB
CMYK
RGB Variations
Color information
#BA07ED (or 0xBA07ED) is known color: Electric Purple. HEX triplet: BA, 07 and ED. RGB value is (186,7,237). Sum of RGB (Red+Green+Blue) = 186+7+237=430 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.26% from 430); Green value is 7 (3.12% from 255 or 1.63% from 430); Blue value is 237 (92.97% from 255 or 55.12% from 430); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA07ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA07ED is #45F812. Grayscale: #565656. Windows color (decimal): -4585491 or 15534010. OLE color: 15534010.
HSL color Cylindrical-coordinate representation of color #BA07ED: hue angle of 286.7º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA07ED is Cyan = 0.22, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 7 | 237 | - |
| CMYK | 0.22 | 0.97 | 0 | 0.07 |
| HSL | 286.7º | 0.94% | 0.48% | - |
| HSV(B) | 286.7º | 0.97% | 0.93% | - |
| XYZ | 35.61 | 16.71 | 81.47 | - |
| YUV | 86.74 | 212.8 | 198.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 7 | 237 | 0.22 | 0.97 | 0 | 0.07 | 286.7 | 0.94 | 0.48 |
| Hex | BA | 7 | ED | 16 | 61 | 0 | 7 | 11F | 5E | 30 |
| Octal | 272 | 7 | 355 | 26 | 141 | 0 | 7 | 437 | 136 | 60 |
| Binary | 10111010 | 111 | 11101101 | 10110 | 1100001 | 0 | 111 | 100011111 | 1011110 | 110000 |
Color Harmonies of #BA07ED
Complementary color
Monochromatic Colors of #BA07ED
Black with #BA07ED
Text Example
Text Example
White with #BA07ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA07ED; }
p { color: rgb(186,7,237); }
H1.HeaderClassName
{
color: #BA07ED;
}
.AnyTagClassName
{
color: #BA07ED;
}
</style>
background-color css
<style>
a { background-color: #BA07ED; }
a { background-color: rgb(186,7,237); }
div.DivClassName
{
background-color: #BA07ED;
}
.BgClassName
{
background-color: #BA07ED;
}
</style>
border-color css
<style>
span { border-color: #BA07ED; }
span { border-color: rgb(186,7,237); }
td.TdClassName
{
border-color: #BA07ED;
}
.TagClassName
{
border-color: #BA07ED;
}
</style>