Shades of Electric Purple #BA0BE2
Tints of Electric Purple #BA0BE2
RGB
CMYK
RGB Variations
Color information
#BA0BE2 (or 0xBA0BE2) is known color: Electric Purple. HEX triplet: BA, 0B and E2. RGB value is (186,11,226). Sum of RGB (Red+Green+Blue) = 186+11+226=423 (56% of max value = 765). Red value is 186 (73.05% from 255 or 43.97% from 423); Green value is 11 (4.69% from 255 or 2.60% from 423); Blue value is 226 (88.67% from 255 or 53.43% from 423); Max value from RGB is 226 - color contains mainly: blue. Hex color #BA0BE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #BA0BE2 is #45F41D. Grayscale: #575757. Windows color (decimal): -4584478 or 14814138. OLE color: 14814138.
HSL color Cylindrical-coordinate representation of color #BA0BE2: hue angle of 288.84º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA0BE2 is Cyan = 0.18, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 186 | 11 | 226 | - |
| CMYK | 0.18 | 0.95 | 0 | 0.11 |
| HSL | 288.84º | 0.91% | 0.46% | - |
| HSV(B) | 288.84º | 0.95% | 0.89% | - |
| XYZ | 34.1 | 16.17 | 73.28 | - |
| YUV | 87.84 | 205.98 | 198.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 11 | 226 | 0.18 | 0.95 | 0 | 0.11 | 288.84 | 0.91 | 0.46 |
| Hex | BA | B | E2 | 12 | 5F | 0 | B | 121 | 5B | 2E |
| Octal | 272 | 13 | 342 | 22 | 137 | 0 | 13 | 441 | 133 | 56 |
| Binary | 10111010 | 1011 | 11100010 | 10010 | 1011111 | 0 | 1011 | 100100001 | 1011011 | 101110 |
Color Harmonies of #BA0BE2
Complementary color
Monochromatic Colors of #BA0BE2
Black with #BA0BE2
Text Example
Text Example
White with #BA0BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0BE2; }
p { color: rgb(186,11,226); }
H1.HeaderClassName
{
color: #BA0BE2;
}
.AnyTagClassName
{
color: #BA0BE2;
}
</style>
background-color css
<style>
a { background-color: #BA0BE2; }
a { background-color: rgb(186,11,226); }
div.DivClassName
{
background-color: #BA0BE2;
}
.BgClassName
{
background-color: #BA0BE2;
}
</style>
border-color css
<style>
span { border-color: #BA0BE2; }
span { border-color: rgb(186,11,226); }
td.TdClassName
{
border-color: #BA0BE2;
}
.TagClassName
{
border-color: #BA0BE2;
}
</style>