Shades of Electric Purple #BA1BEB
Tints of Electric Purple #BA1BEB
RGB
CMYK
RGB Variations
Color information
#BA1BEB (or 0xBA1BEB) is known color: Electric Purple. HEX triplet: BA, 1B and EB. RGB value is (186,27,235). Sum of RGB (Red+Green+Blue) = 186+27+235=448 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.52% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 235 (92.19% from 255 or 52.46% from 448); Max value from RGB is 235 - color contains mainly: blue. Hex color #BA1BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BEB is #45E414. Grayscale: #616161. Windows color (decimal): -4580373 or 15408058. OLE color: 15408058.
HSL color Cylindrical-coordinate representation of color #BA1BEB: hue angle of 285.87º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1BEB is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 186 | 27 | 235 | - |
| CMYK | 0.21 | 0.89 | 0 | 0.08 |
| HSL | 285.87º | 0.84% | 0.51% | - |
| HSV(B) | 285.87º | 0.89% | 0.92% | - |
| XYZ | 35.64 | 17.22 | 80.04 | - |
| YUV | 98.25 | 205.18 | 190.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 235 | 0.21 | 0.89 | 0 | 0.08 | 285.87 | 0.84 | 0.51 |
| Hex | BA | 1B | EB | 15 | 59 | 0 | 8 | 11E | 54 | 33 |
| Octal | 272 | 33 | 353 | 25 | 131 | 0 | 10 | 436 | 124 | 63 |
| Binary | 10111010 | 11011 | 11101011 | 10101 | 1011001 | 0 | 1000 | 100011110 | 1010100 | 110011 |
Color Harmonies of #BA1BEB
Complementary color
Monochromatic Colors of #BA1BEB
Black with #BA1BEB
Text Example
Text Example
White with #BA1BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BEB; }
p { color: rgb(186,27,235); }
H1.HeaderClassName
{
color: #BA1BEB;
}
.AnyTagClassName
{
color: #BA1BEB;
}
</style>
background-color css
<style>
a { background-color: #BA1BEB; }
a { background-color: rgb(186,27,235); }
div.DivClassName
{
background-color: #BA1BEB;
}
.BgClassName
{
background-color: #BA1BEB;
}
</style>
border-color css
<style>
span { border-color: #BA1BEB; }
span { border-color: rgb(186,27,235); }
td.TdClassName
{
border-color: #BA1BEB;
}
.TagClassName
{
border-color: #BA1BEB;
}
</style>