Shades of Electric Purple #BA2AED
Tints of Electric Purple #BA2AED
RGB
CMYK
RGB Variations
Color information
#BA2AED (or 0xBA2AED) is known color: Electric Purple. HEX triplet: BA, 2A and ED. RGB value is (186,42,237). Sum of RGB (Red+Green+Blue) = 186+42+237=465 (61% of max value = 765). Red value is 186 (73.05% from 255 or 40% from 465); Green value is 42 (16.80% from 255 or 9.03% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA2AED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2AED is #45D512. Grayscale: #6A6A6A. Windows color (decimal): -4576531 or 15542970. OLE color: 15542970.
HSL color Cylindrical-coordinate representation of color #BA2AED: hue angle of 284.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BA2AED is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 42 | 237 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.07 |
| HSL | 284.31º | 0.84% | 0.55% | - |
| HSV(B) | 284.31º | 0.82% | 0.93% | - |
| XYZ | 36.36 | 18.21 | 81.72 | - |
| YUV | 107.29 | 201.21 | 184.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 42 | 237 | 0.22 | 0.82 | 0 | 0.07 | 284.31 | 0.84 | 0.55 |
| Hex | BA | 2A | ED | 16 | 52 | 0 | 7 | 11C | 54 | 37 |
| Octal | 272 | 52 | 355 | 26 | 122 | 0 | 7 | 434 | 124 | 67 |
| Binary | 10111010 | 101010 | 11101101 | 10110 | 1010010 | 0 | 111 | 100011100 | 1010100 | 110111 |
Color Harmonies of #BA2AED
Complementary color
Monochromatic Colors of #BA2AED
Black with #BA2AED
Text Example
Text Example
White with #BA2AED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2AED; }
p { color: rgb(186,42,237); }
H1.HeaderClassName
{
color: #BA2AED;
}
.AnyTagClassName
{
color: #BA2AED;
}
</style>
background-color css
<style>
a { background-color: #BA2AED; }
a { background-color: rgb(186,42,237); }
div.DivClassName
{
background-color: #BA2AED;
}
.BgClassName
{
background-color: #BA2AED;
}
</style>
border-color css
<style>
span { border-color: #BA2AED; }
span { border-color: rgb(186,42,237); }
td.TdClassName
{
border-color: #BA2AED;
}
.TagClassName
{
border-color: #BA2AED;
}
</style>