Shades of Deep Magenta #BA1CB5
Tints of Deep Magenta #BA1CB5
RGB
CMYK
RGB Variations
Color information
#BA1CB5 (or 0xBA1CB5) is known color: Deep Magenta. HEX triplet: BA, 1C and B5. RGB value is (186,28,181). Sum of RGB (Red+Green+Blue) = 186+28+181=395 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.09% from 395); Green value is 28 (11.33% from 255 or 7.09% from 395); Blue value is 181 (71.09% from 255 or 45.82% from 395); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CB5 is #45E34A. Grayscale: #5C5C5C. Windows color (decimal): -4580171 or 11869370. OLE color: 11869370.
HSL color Cylindrical-coordinate representation of color #BA1CB5: hue angle of 301.9º 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 #BA1CB5 is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 181 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.27 |
| HSL | 301.9º | 0.74% | 0.42% | - |
| HSV(B) | 301.9º | 0.85% | 0.73% | - |
| XYZ | 29.01 | 14.61 | 45.01 | - |
| YUV | 92.68 | 177.85 | 194.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 181 | 0 | 0.85 | 0.03 | 0.27 | 301.9 | 0.74 | 0.42 |
| Hex | BA | 1C | B5 | 0 | 55 | 3 | 1B | 12E | 4A | 2A |
| Octal | 272 | 34 | 265 | 0 | 125 | 3 | 33 | 456 | 112 | 52 |
| Binary | 10111010 | 11100 | 10110101 | 0 | 1010101 | 11 | 11011 | 100101110 | 1001010 | 101010 |
Color Harmonies of #BA1CB5
Complementary color
Monochromatic Colors of #BA1CB5
Black with #BA1CB5
Text Example
Text Example
White with #BA1CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CB5; }
p { color: rgb(186,28,181); }
H1.HeaderClassName
{
color: #BA1CB5;
}
.AnyTagClassName
{
color: #BA1CB5;
}
</style>
background-color css
<style>
a { background-color: #BA1CB5; }
a { background-color: rgb(186,28,181); }
div.DivClassName
{
background-color: #BA1CB5;
}
.BgClassName
{
background-color: #BA1CB5;
}
</style>
border-color css
<style>
span { border-color: #BA1CB5; }
span { border-color: rgb(186,28,181); }
td.TdClassName
{
border-color: #BA1CB5;
}
.TagClassName
{
border-color: #BA1CB5;
}
</style>