Shades of Electric Purple #BA03ED
Tints of Electric Purple #BA03ED
RGB
CMYK
RGB Variations
Color information
#BA03ED (or 0xBA03ED) is known color: Electric Purple. HEX triplet: BA, 03 and ED. RGB value is (186,3,237). Sum of RGB (Red+Green+Blue) = 186+3+237=426 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.66% from 426); Green value is 3 (1.56% from 255 or 0.70% from 426); Blue value is 237 (92.97% from 255 or 55.63% from 426); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA03ED is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA03ED is #45FC12. Grayscale: #535353. Windows color (decimal): -4586515 or 15532986. OLE color: 15532986.
HSL color Cylindrical-coordinate representation of color #BA03ED: hue angle of 286.92º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA03ED is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 3 | 237 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.07 |
| HSL | 286.92º | 0.98% | 0.47% | - |
| HSV(B) | 286.92º | 0.99% | 0.93% | - |
| XYZ | 35.57 | 16.62 | 81.45 | - |
| YUV | 84.39 | 214.13 | 200.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 237 | 0.22 | 0.99 | 0 | 0.07 | 286.92 | 0.98 | 0.47 |
| Hex | BA | 3 | ED | 16 | 63 | 0 | 7 | 11F | 62 | 2F |
| Octal | 272 | 3 | 355 | 26 | 143 | 0 | 7 | 437 | 142 | 57 |
| Binary | 10111010 | 11 | 11101101 | 10110 | 1100011 | 0 | 111 | 100011111 | 1100010 | 101111 |
Color Harmonies of #BA03ED
Complementary color
Monochromatic Colors of #BA03ED
Black with #BA03ED
Text Example
Text Example
White with #BA03ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA03ED; }
p { color: rgb(186,3,237); }
H1.HeaderClassName
{
color: #BA03ED;
}
.AnyTagClassName
{
color: #BA03ED;
}
</style>
background-color css
<style>
a { background-color: #BA03ED; }
a { background-color: rgb(186,3,237); }
div.DivClassName
{
background-color: #BA03ED;
}
.BgClassName
{
background-color: #BA03ED;
}
</style>
border-color css
<style>
span { border-color: #BA03ED; }
span { border-color: rgb(186,3,237); }
td.TdClassName
{
border-color: #BA03ED;
}
.TagClassName
{
border-color: #BA03ED;
}
</style>