Shades of Deep Magenta #BA1BBD
Tints of Deep Magenta #BA1BBD
RGB
CMYK
RGB Variations
Color information
#BA1BBD (or 0xBA1BBD) is known color: Deep Magenta. HEX triplet: BA, 1B and BD. RGB value is (186,27,189). Sum of RGB (Red+Green+Blue) = 186+27+189=402 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.27% from 402); Green value is 27 (10.94% from 255 or 6.72% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA1BBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1BBD is #45E442. Grayscale: #5C5C5C. Windows color (decimal): -4580419 or 12393402. OLE color: 12393402.
HSL color Cylindrical-coordinate representation of color #BA1BBD: hue angle of 298.89º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #BA1BBD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 27 | 189 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.26 |
| HSL | 298.89º | 0.75% | 0.42% | - |
| HSV(B) | 298.89º | 0.86% | 0.74% | - |
| XYZ | 29.83 | 14.9 | 49.45 | - |
| YUV | 93.01 | 182.18 | 194.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 27 | 189 | 0.02 | 0.86 | 0 | 0.26 | 298.89 | 0.75 | 0.42 |
| Hex | BA | 1B | BD | 2 | 56 | 0 | 1A | 12B | 4B | 2A |
| Octal | 272 | 33 | 275 | 2 | 126 | 0 | 32 | 453 | 113 | 52 |
| Binary | 10111010 | 11011 | 10111101 | 10 | 1010110 | 0 | 11010 | 100101011 | 1001011 | 101010 |
Color Harmonies of #BA1BBD
Complementary color
Monochromatic Colors of #BA1BBD
Black with #BA1BBD
Text Example
Text Example
White with #BA1BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1BBD; }
p { color: rgb(186,27,189); }
H1.HeaderClassName
{
color: #BA1BBD;
}
.AnyTagClassName
{
color: #BA1BBD;
}
</style>
background-color css
<style>
a { background-color: #BA1BBD; }
a { background-color: rgb(186,27,189); }
div.DivClassName
{
background-color: #BA1BBD;
}
.BgClassName
{
background-color: #BA1BBD;
}
</style>
border-color css
<style>
span { border-color: #BA1BBD; }
span { border-color: rgb(186,27,189); }
td.TdClassName
{
border-color: #BA1BBD;
}
.TagClassName
{
border-color: #BA1BBD;
}
</style>