Shades of Electric Purple #BA27EB
Tints of Electric Purple #BA27EB
RGB
CMYK
RGB Variations
Color information
#BA27EB (or 0xBA27EB) is known color: Electric Purple. HEX triplet: BA, 27 and EB. RGB value is (186,39,235). Sum of RGB (Red+Green+Blue) = 186+39+235=460 (60% of max value = 765). Red value is 186 (73.05% from 255 or 40.43% from 460); Green value is 39 (15.62% from 255 or 8.48% from 460); Blue value is 235 (92.19% from 255 or 51.09% from 460); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA27EB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA27EB is #45D814. Grayscale: #686868. Windows color (decimal): -4577301 or 15411130. OLE color: 15411130.
HSL color Cylindrical-coordinate representation of color #BA27EB: hue angle of 285º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA27EB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 39 | 235 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.08 |
| HSL | 285º | 0.83% | 0.54% | - |
| HSV(B) | 285º | 0.83% | 0.92% | - |
| XYZ | 35.97 | 17.89 | 80.15 | - |
| YUV | 105.3 | 201.2 | 185.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 39 | 235 | 0.21 | 0.83 | 0 | 0.08 | 285 | 0.83 | 0.54 |
| Hex | BA | 27 | EB | 15 | 53 | 0 | 8 | 11D | 53 | 36 |
| Octal | 272 | 47 | 353 | 25 | 123 | 0 | 10 | 435 | 123 | 66 |
| Binary | 10111010 | 100111 | 11101011 | 10101 | 1010011 | 0 | 1000 | 100011101 | 1010011 | 110110 |
Color Harmonies of #BA27EB
Complementary color
Monochromatic Colors of #BA27EB
Black with #BA27EB
Text Example
Text Example
White with #BA27EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA27EB; }
p { color: rgb(186,39,235); }
H1.HeaderClassName
{
color: #BA27EB;
}
.AnyTagClassName
{
color: #BA27EB;
}
</style>
background-color css
<style>
a { background-color: #BA27EB; }
a { background-color: rgb(186,39,235); }
div.DivClassName
{
background-color: #BA27EB;
}
.BgClassName
{
background-color: #BA27EB;
}
</style>
border-color css
<style>
span { border-color: #BA27EB; }
span { border-color: rgb(186,39,235); }
td.TdClassName
{
border-color: #BA27EB;
}
.TagClassName
{
border-color: #BA27EB;
}
</style>