Shades of Electric Purple #BA1BE1
Tints of Electric Purple #BA1BE1
RGB
CMYK
RGB Variations
Color information
#BA1BE1 (or 0xBA1BE1) is known color: Electric Purple. HEX triplet: BA, 1B and E1. RGB value is (186,27,225). Sum of RGB (Red+Green+Blue) = 186+27+225=438 (58% of max value = 765). Red value is 186 (73.05% from 255 or 42.47% from 438); Green value is 27 (10.94% from 255 or 6.16% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #BA1BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BE1 is #45E41E. Grayscale: #606060. Windows color (decimal): -4580383 or 14752698. OLE color: 14752698.
HSL color Cylindrical-coordinate representation of color #BA1BE1: hue angle of 288.18º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BA1BE1 is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 186 | 27 | 225 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.12 |
| HSL | 288.18º | 0.79% | 0.49% | - |
| HSV(B) | 288.18º | 0.88% | 0.88% | - |
| XYZ | 34.23 | 16.66 | 72.65 | - |
| YUV | 97.11 | 200.18 | 191.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 225 | 0.17 | 0.88 | 0 | 0.12 | 288.18 | 0.79 | 0.49 |
| Hex | BA | 1B | E1 | 11 | 58 | 0 | C | 120 | 4F | 31 |
| Octal | 272 | 33 | 341 | 21 | 130 | 0 | 14 | 440 | 117 | 61 |
| Binary | 10111010 | 11011 | 11100001 | 10001 | 1011000 | 0 | 1100 | 100100000 | 1001111 | 110001 |
Color Harmonies of #BA1BE1
Complementary color
Monochromatic Colors of #BA1BE1
Black with #BA1BE1
Text Example
Text Example
White with #BA1BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BE1; }
p { color: rgb(186,27,225); }
H1.HeaderClassName
{
color: #BA1BE1;
}
.AnyTagClassName
{
color: #BA1BE1;
}
</style>
background-color css
<style>
a { background-color: #BA1BE1; }
a { background-color: rgb(186,27,225); }
div.DivClassName
{
background-color: #BA1BE1;
}
.BgClassName
{
background-color: #BA1BE1;
}
</style>
border-color css
<style>
span { border-color: #BA1BE1; }
span { border-color: rgb(186,27,225); }
td.TdClassName
{
border-color: #BA1BE1;
}
.TagClassName
{
border-color: #BA1BE1;
}
</style>