Shades of Electric Purple #BA0BEE
Tints of Electric Purple #BA0BEE
RGB
CMYK
RGB Variations
Color information
#BA0BEE (or 0xBA0BEE) is known color: Electric Purple. HEX triplet: BA, 0B and EE. RGB value is (186,11,238). Sum of RGB (Red+Green+Blue) = 186+11+238=435 (57% of max value = 765). Red value is 186 (73.05% from 255 or 42.76% from 435); Green value is 11 (4.69% from 255 or 2.53% from 435); Blue value is 238 (93.36% from 255 or 54.71% from 435); Max value from RGB is 238 - color contains mainly: blue. Hex color #BA0BEE is not a web safe color. Web safe color analog (approx): #CC00FF. Inversed color of #BA0BEE is #45F411. Grayscale: #585858. Windows color (decimal): -4584466 or 15600570. OLE color: 15600570.
HSL color Cylindrical-coordinate representation of color #BA0BEE: hue angle of 286.26º degrees, saturation: 0.91, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BEE is Cyan = 0.22, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 11 | 238 | - |
| CMYK | 0.22 | 0.95 | 0 | 0.07 |
| HSL | 286.26º | 0.91% | 0.49% | - |
| HSV(B) | 286.26º | 0.95% | 0.93% | - |
| XYZ | 35.8 | 16.85 | 82.25 | - |
| YUV | 89.2 | 211.98 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 238 | 0.22 | 0.95 | 0 | 0.07 | 286.26 | 0.91 | 0.49 |
| Hex | BA | B | EE | 16 | 5F | 0 | 7 | 11E | 5B | 31 |
| Octal | 272 | 13 | 356 | 26 | 137 | 0 | 7 | 436 | 133 | 61 |
| Binary | 10111010 | 1011 | 11101110 | 10110 | 1011111 | 0 | 111 | 100011110 | 1011011 | 110001 |
Color Harmonies of #BA0BEE
Complementary color
Monochromatic Colors of #BA0BEE
Black with #BA0BEE
Text Example
Text Example
White with #BA0BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BEE; }
p { color: rgb(186,11,238); }
H1.HeaderClassName
{
color: #BA0BEE;
}
.AnyTagClassName
{
color: #BA0BEE;
}
</style>
background-color css
<style>
a { background-color: #BA0BEE; }
a { background-color: rgb(186,11,238); }
div.DivClassName
{
background-color: #BA0BEE;
}
.BgClassName
{
background-color: #BA0BEE;
}
</style>
border-color css
<style>
span { border-color: #BA0BEE; }
span { border-color: rgb(186,11,238); }
td.TdClassName
{
border-color: #BA0BEE;
}
.TagClassName
{
border-color: #BA0BEE;
}
</style>