Shades of Deep Magenta #BA1BCE
Tints of Deep Magenta #BA1BCE
RGB
CMYK
RGB Variations
Color information
#BA1BCE (or 0xBA1BCE) is known color: Deep Magenta. HEX triplet: BA, 1B and CE. RGB value is (186,27,206). Sum of RGB (Red+Green+Blue) = 186+27+206=419 (55% of max value = 765). Red value is 186 (73.05% from 255 or 44.39% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 206 - color contains mainly: blue. Hex color #BA1BCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BCE is #45E431. Grayscale: #5E5E5E. Windows color (decimal): -4580402 or 13507514. OLE color: 13507514.
HSL color Cylindrical-coordinate representation of color #BA1BCE: hue angle of 293.3º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1BCE is Cyan = 0.10, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 186 | 27 | 206 | - |
| CMYK | 0.10 | 0.87 | 0 | 0.19 |
| HSL | 293.3º | 0.77% | 0.46% | - |
| HSV(B) | 293.3º | 0.87% | 0.81% | - |
| XYZ | 31.78 | 15.68 | 59.74 | - |
| YUV | 94.95 | 190.68 | 192.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 206 | 0.10 | 0.87 | 0 | 0.19 | 293.3 | 0.77 | 0.46 |
| Hex | BA | 1B | CE | A | 57 | 0 | 13 | 125 | 4D | 2E |
| Octal | 272 | 33 | 316 | 12 | 127 | 0 | 23 | 445 | 115 | 56 |
| Binary | 10111010 | 11011 | 11001110 | 1010 | 1010111 | 0 | 10011 | 100100101 | 1001101 | 101110 |
Color Harmonies of #BA1BCE
Complementary color
Monochromatic Colors of #BA1BCE
Black with #BA1BCE
Text Example
Text Example
White with #BA1BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BCE; }
p { color: rgb(186,27,206); }
H1.HeaderClassName
{
color: #BA1BCE;
}
.AnyTagClassName
{
color: #BA1BCE;
}
</style>
background-color css
<style>
a { background-color: #BA1BCE; }
a { background-color: rgb(186,27,206); }
div.DivClassName
{
background-color: #BA1BCE;
}
.BgClassName
{
background-color: #BA1BCE;
}
</style>
border-color css
<style>
span { border-color: #BA1BCE; }
span { border-color: rgb(186,27,206); }
td.TdClassName
{
border-color: #BA1BCE;
}
.TagClassName
{
border-color: #BA1BCE;
}
</style>