Shades of Electric Purple #BA1BED
Tints of Electric Purple #BA1BED
RGB
CMYK
RGB Variations
Color information
#BA1BED (or 0xBA1BED) is known color: Electric Purple. HEX triplet: BA, 1B and ED. RGB value is (186,27,237). Sum of RGB (Red+Green+Blue) = 186+27+237=450 (59% of max value = 765). Red value is 186 (73.05% from 255 or 41.33% from 450); Green value is 27 (10.94% from 255 or 6% from 450); Blue value is 237 (92.97% from 255 or 52.67% from 450); Max value from RGB is 237 - color contains mainly: blue. Hex color #BA1BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BA1BED is #45E412. Grayscale: #616161. Windows color (decimal): -4580371 or 15539130. OLE color: 15539130.
HSL color Cylindrical-coordinate representation of color #BA1BED: hue angle of 285.43º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BA1BED is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 186 | 27 | 237 | - |
| CMYK | 0.22 | 0.89 | 0 | 0.07 |
| HSL | 285.43º | 0.85% | 0.52% | - |
| HSV(B) | 285.43º | 0.89% | 0.93% | - |
| XYZ | 35.93 | 17.34 | 81.57 | - |
| YUV | 98.48 | 206.18 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 237 | 0.22 | 0.89 | 0 | 0.07 | 285.43 | 0.85 | 0.52 |
| Hex | BA | 1B | ED | 16 | 59 | 0 | 7 | 11D | 55 | 34 |
| Octal | 272 | 33 | 355 | 26 | 131 | 0 | 7 | 435 | 125 | 64 |
| Binary | 10111010 | 11011 | 11101101 | 10110 | 1011001 | 0 | 111 | 100011101 | 1010101 | 110100 |
Color Harmonies of #BA1BED
Complementary color
Monochromatic Colors of #BA1BED
Black with #BA1BED
Text Example
Text Example
White with #BA1BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BED; }
p { color: rgb(186,27,237); }
H1.HeaderClassName
{
color: #BA1BED;
}
.AnyTagClassName
{
color: #BA1BED;
}
</style>
background-color css
<style>
a { background-color: #BA1BED; }
a { background-color: rgb(186,27,237); }
div.DivClassName
{
background-color: #BA1BED;
}
.BgClassName
{
background-color: #BA1BED;
}
</style>
border-color css
<style>
span { border-color: #BA1BED; }
span { border-color: rgb(186,27,237); }
td.TdClassName
{
border-color: #BA1BED;
}
.TagClassName
{
border-color: #BA1BED;
}
</style>