Shades of Deep Magenta #BA1ABD
Tints of Deep Magenta #BA1ABD
RGB
CMYK
RGB Variations
Color information
#BA1ABD (or 0xBA1ABD) is known color: Deep Magenta. HEX triplet: BA, 1A and BD. RGB value is (186,26,189). Sum of RGB (Red+Green+Blue) = 186+26+189=401 (53% of max value = 765). Red value is 186 (73.05% from 255 or 46.38% from 401); Green value is 26 (10.55% from 255 or 6.48% from 401); Blue value is 189 (74.22% from 255 or 47.13% from 401); Max value from RGB is 189 - color contains mainly: blue. Hex color #BA1ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ABD is #45E542. Grayscale: #5B5B5B. Windows color (decimal): -4580675 or 12393146. OLE color: 12393146.
HSL color Cylindrical-coordinate representation of color #BA1ABD: hue angle of 298.9º degrees, saturation: 0.76, 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 #BA1ABD is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 186 | 26 | 189 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.26 |
| HSL | 298.9º | 0.76% | 0.42% | - |
| HSV(B) | 298.9º | 0.86% | 0.74% | - |
| XYZ | 29.8 | 14.85 | 49.44 | - |
| YUV | 92.42 | 182.51 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 189 | 0.02 | 0.86 | 0 | 0.26 | 298.9 | 0.76 | 0.42 |
| Hex | BA | 1A | BD | 2 | 56 | 0 | 1A | 12B | 4C | 2A |
| Octal | 272 | 32 | 275 | 2 | 126 | 0 | 32 | 453 | 114 | 52 |
| Binary | 10111010 | 11010 | 10111101 | 10 | 1010110 | 0 | 11010 | 100101011 | 1001100 | 101010 |
Color Harmonies of #BA1ABD
Complementary color
Monochromatic Colors of #BA1ABD
Black with #BA1ABD
Text Example
Text Example
White with #BA1ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ABD; }
p { color: rgb(186,26,189); }
H1.HeaderClassName
{
color: #BA1ABD;
}
.AnyTagClassName
{
color: #BA1ABD;
}
</style>
background-color css
<style>
a { background-color: #BA1ABD; }
a { background-color: rgb(186,26,189); }
div.DivClassName
{
background-color: #BA1ABD;
}
.BgClassName
{
background-color: #BA1ABD;
}
</style>
border-color css
<style>
span { border-color: #BA1ABD; }
span { border-color: rgb(186,26,189); }
td.TdClassName
{
border-color: #BA1ABD;
}
.TagClassName
{
border-color: #BA1ABD;
}
</style>