Shades of Deep Magenta #BA1CB0
Tints of Deep Magenta #BA1CB0
RGB
CMYK
RGB Variations
Color information
#BA1CB0 (or 0xBA1CB0) is known color: Deep Magenta. HEX triplet: BA, 1C and B0. RGB value is (186,28,176). Sum of RGB (Red+Green+Blue) = 186+28+176=390 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.69% from 390); Green value is 28 (11.33% from 255 or 7.18% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1CB0 is #45E34F. Grayscale: #5B5B5B. Windows color (decimal): -4580176 or 11541690. OLE color: 11541690.
HSL color Cylindrical-coordinate representation of color #BA1CB0: hue angle of 303.8º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BA1CB0 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 176 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.27 |
| HSL | 303.8º | 0.74% | 0.42% | - |
| HSV(B) | 303.8º | 0.85% | 0.73% | - |
| XYZ | 28.5 | 14.4 | 42.35 | - |
| YUV | 92.11 | 175.35 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 176 | 0 | 0.85 | 0.05 | 0.27 | 303.8 | 0.74 | 0.42 |
| Hex | BA | 1C | B0 | 0 | 55 | 5 | 1B | 130 | 4A | 2A |
| Octal | 272 | 34 | 260 | 0 | 125 | 5 | 33 | 460 | 112 | 52 |
| Binary | 10111010 | 11100 | 10110000 | 0 | 1010101 | 101 | 11011 | 100110000 | 1001010 | 101010 |
Color Harmonies of #BA1CB0
Complementary color
Monochromatic Colors of #BA1CB0
Black with #BA1CB0
Text Example
Text Example
White with #BA1CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CB0; }
p { color: rgb(186,28,176); }
H1.HeaderClassName
{
color: #BA1CB0;
}
.AnyTagClassName
{
color: #BA1CB0;
}
</style>
background-color css
<style>
a { background-color: #BA1CB0; }
a { background-color: rgb(186,28,176); }
div.DivClassName
{
background-color: #BA1CB0;
}
.BgClassName
{
background-color: #BA1CB0;
}
</style>
border-color css
<style>
span { border-color: #BA1CB0; }
span { border-color: rgb(186,28,176); }
td.TdClassName
{
border-color: #BA1CB0;
}
.TagClassName
{
border-color: #BA1CB0;
}
</style>