Shades of Electric Purple #BA28ED
Tints of Electric Purple #BA28ED
RGB
CMYK
RGB Variations
Color information
#BA28ED (or 0xBA28ED) is known color: Electric Purple. HEX triplet: BA, 28 and ED. RGB value is (186,40,237). Sum of RGB (Red+Green+Blue) = 186+40+237=463 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40.17% from 463); Green value is 40 (16.02% from 255 or 8.64% from 463); Blue value is 237 (92.97% from 255 or 51.19% from 463); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA28ED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA28ED is #45D712. Grayscale: #696969. Windows color (decimal): -4577043 or 15542458. OLE color: 15542458.
HSL color Cylindrical-coordinate representation of color #BA28ED: hue angle of 284.47º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA28ED is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 40 | 237 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.07 |
| HSL | 284.47º | 0.85% | 0.54% | - |
| HSV(B) | 284.47º | 0.83% | 0.93% | - |
| XYZ | 36.29 | 18.07 | 81.7 | - |
| YUV | 106.11 | 201.87 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 40 | 237 | 0.22 | 0.83 | 0 | 0.07 | 284.47 | 0.85 | 0.54 |
| Hex | BA | 28 | ED | 16 | 53 | 0 | 7 | 11C | 55 | 36 |
| Octal | 272 | 50 | 355 | 26 | 123 | 0 | 7 | 434 | 125 | 66 |
| Binary | 10111010 | 101000 | 11101101 | 10110 | 1010011 | 0 | 111 | 100011100 | 1010101 | 110110 |
Color Harmonies of #BA28ED
Complementary color
Monochromatic Colors of #BA28ED
Black with #BA28ED
Text Example
Text Example
White with #BA28ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA28ED; }
p { color: rgb(186,40,237); }
H1.HeaderClassName
{
color: #BA28ED;
}
.AnyTagClassName
{
color: #BA28ED;
}
</style>
background-color css
<style>
a { background-color: #BA28ED; }
a { background-color: rgb(186,40,237); }
div.DivClassName
{
background-color: #BA28ED;
}
.BgClassName
{
background-color: #BA28ED;
}
</style>
border-color css
<style>
span { border-color: #BA28ED; }
span { border-color: rgb(186,40,237); }
td.TdClassName
{
border-color: #BA28ED;
}
.TagClassName
{
border-color: #BA28ED;
}
</style>