Shades of Deep Magenta #BA1CB7
Tints of Deep Magenta #BA1CB7
RGB
CMYK
RGB Variations
Color information
#BA1CB7 (or 0xBA1CB7) is known color: Deep Magenta. HEX triplet: BA, 1C and B7. RGB value is (186,28,183). Sum of RGB (Red+Green+Blue) = 186+28+183=397 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.85% from 397); Green value is 28 (11.33% from 255 or 7.05% from 397); Blue value is 183 (71.88% from 255 or 46.10% from 397); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1CB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CB7 is #45E348. Grayscale: #5C5C5C. Windows color (decimal): -4580169 or 12000442. OLE color: 12000442.
HSL color Cylindrical-coordinate representation of color #BA1CB7: hue angle of 301.14º 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 #BA1CB7 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 183 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.27 |
| HSL | 301.14º | 0.74% | 0.42% | - |
| HSV(B) | 301.14º | 0.85% | 0.73% | - |
| XYZ | 29.21 | 14.69 | 46.1 | - |
| YUV | 92.91 | 178.85 | 194.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 183 | 0 | 0.85 | 0.02 | 0.27 | 301.14 | 0.74 | 0.42 |
| Hex | BA | 1C | B7 | 0 | 55 | 2 | 1B | 12D | 4A | 2A |
| Octal | 272 | 34 | 267 | 0 | 125 | 2 | 33 | 455 | 112 | 52 |
| Binary | 10111010 | 11100 | 10110111 | 0 | 1010101 | 10 | 11011 | 100101101 | 1001010 | 101010 |
Color Harmonies of #BA1CB7
Complementary color
Monochromatic Colors of #BA1CB7
Black with #BA1CB7
Text Example
Text Example
White with #BA1CB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CB7; }
p { color: rgb(186,28,183); }
H1.HeaderClassName
{
color: #BA1CB7;
}
.AnyTagClassName
{
color: #BA1CB7;
}
</style>
background-color css
<style>
a { background-color: #BA1CB7; }
a { background-color: rgb(186,28,183); }
div.DivClassName
{
background-color: #BA1CB7;
}
.BgClassName
{
background-color: #BA1CB7;
}
</style>
border-color css
<style>
span { border-color: #BA1CB7; }
span { border-color: rgb(186,28,183); }
td.TdClassName
{
border-color: #BA1CB7;
}
.TagClassName
{
border-color: #BA1CB7;
}
</style>