Shades of Deep Magenta #BA1CBB
Tints of Deep Magenta #BA1CBB
RGB
CMYK
RGB Variations
Color information
#BA1CBB (or 0xBA1CBB) is known color: Deep Magenta. HEX triplet: BA, 1C and BB. RGB value is (186,28,187). Sum of RGB (Red+Green+Blue) = 186+28+187=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 28 (11.33% from 255 or 6.98% from 401); Blue value is 187 (73.44% from 255 or 46.63% from 401); Max value from RGB is 187 - color contains mainly: blue. Hex color #BA1CBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1CBB is #45E344. Grayscale: #5C5C5C. Windows color (decimal): -4580165 or 12262586. OLE color: 12262586.
HSL color Cylindrical-coordinate representation of color #BA1CBB: hue angle of 299.62º 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 #BA1CBB is Cyan = 0.01, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 187 | - |
| CMYK | 0.01 | 0.85 | 0 | 0.27 |
| HSL | 299.62º | 0.74% | 0.42% | - |
| HSV(B) | 299.62º | 0.85% | 0.73% | - |
| XYZ | 29.63 | 14.86 | 48.32 | - |
| YUV | 93.37 | 180.85 | 194.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 187 | 0.01 | 0.85 | 0 | 0.27 | 299.62 | 0.74 | 0.42 |
| Hex | BA | 1C | BB | 1 | 55 | 0 | 1B | 12C | 4A | 2A |
| Octal | 272 | 34 | 273 | 1 | 125 | 0 | 33 | 454 | 112 | 52 |
| Binary | 10111010 | 11100 | 10111011 | 1 | 1010101 | 0 | 11011 | 100101100 | 1001010 | 101010 |
Color Harmonies of #BA1CBB
Complementary color
Monochromatic Colors of #BA1CBB
Black with #BA1CBB
Text Example
Text Example
White with #BA1CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CBB; }
p { color: rgb(186,28,187); }
H1.HeaderClassName
{
color: #BA1CBB;
}
.AnyTagClassName
{
color: #BA1CBB;
}
</style>
background-color css
<style>
a { background-color: #BA1CBB; }
a { background-color: rgb(186,28,187); }
div.DivClassName
{
background-color: #BA1CBB;
}
.BgClassName
{
background-color: #BA1CBB;
}
</style>
border-color css
<style>
span { border-color: #BA1CBB; }
span { border-color: rgb(186,28,187); }
td.TdClassName
{
border-color: #BA1CBB;
}
.TagClassName
{
border-color: #BA1CBB;
}
</style>