Shades of Electric Purple #BA2BEE
Tints of Electric Purple #BA2BEE
RGB
CMYK
RGB Variations
Color information
#BA2BEE (or 0xBA2BEE) is known color: Electric Purple. HEX triplet: BA, 2B and EE. RGB value is (186,43,238). Sum of RGB (Red+Green+Blue) = 186+43+238=467 (61% of max value = 765). Red value is 186 (73.05% from 255 or 39.83% from 467); Green value is 43 (17.19% from 255 or 9.21% from 467); Blue value is 238 (93.36% from 255 or 50.96% from 467); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA2BEE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA2BEE is #45D411. Grayscale: #6B6B6B. Windows color (decimal): -4576274 or 15608762. OLE color: 15608762.
HSL color Cylindrical-coordinate representation of color #BA2BEE: hue angle of 284º degrees, saturation: 0.85, 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 #BA2BEE is Cyan = 0.22, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 43 | 238 | - |
| CMYK | 0.22 | 0.82 | 0 | 0.07 |
| HSL | 284º | 0.85% | 0.55% | - |
| HSV(B) | 284º | 0.82% | 0.93% | - |
| XYZ | 36.55 | 18.34 | 82.5 | - |
| YUV | 107.99 | 201.38 | 183.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 43 | 238 | 0.22 | 0.82 | 0 | 0.07 | 284 | 0.85 | 0.55 |
| Hex | BA | 2B | EE | 16 | 52 | 0 | 7 | 11C | 55 | 37 |
| Octal | 272 | 53 | 356 | 26 | 122 | 0 | 7 | 434 | 125 | 67 |
| Binary | 10111010 | 101011 | 11101110 | 10110 | 1010010 | 0 | 111 | 100011100 | 1010101 | 110111 |
Color Harmonies of #BA2BEE
Complementary color
Monochromatic Colors of #BA2BEE
Black with #BA2BEE
Text Example
Text Example
White with #BA2BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA2BEE; }
p { color: rgb(186,43,238); }
H1.HeaderClassName
{
color: #BA2BEE;
}
.AnyTagClassName
{
color: #BA2BEE;
}
</style>
background-color css
<style>
a { background-color: #BA2BEE; }
a { background-color: rgb(186,43,238); }
div.DivClassName
{
background-color: #BA2BEE;
}
.BgClassName
{
background-color: #BA2BEE;
}
</style>
border-color css
<style>
span { border-color: #BA2BEE; }
span { border-color: rgb(186,43,238); }
td.TdClassName
{
border-color: #BA2BEE;
}
.TagClassName
{
border-color: #BA2BEE;
}
</style>