Shades of Deep Magenta #BA1ACB
Tints of Deep Magenta #BA1ACB
RGB
CMYK
RGB Variations
Color information
#BA1ACB (or 0xBA1ACB) is known color: Deep Magenta. HEX triplet: BA, 1A and CB. RGB value is (186,26,203). Sum of RGB (Red+Green+Blue) = 186+26+203=415 (54% of max value = 765). Red value is 186 (73.05% from 255 or 44.82% from 415); Green value is 26 (10.55% from 255 or 6.27% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #BA1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1ACB is #45E534. Grayscale: #5D5D5D. Windows color (decimal): -4580661 or 13310650. OLE color: 13310650.
HSL color Cylindrical-coordinate representation of color #BA1ACB: hue angle of 294.24º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1ACB is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 186 | 26 | 203 | - |
| CMYK | 0.08 | 0.87 | 0 | 0.20 |
| HSL | 294.24º | 0.77% | 0.45% | - |
| HSV(B) | 294.24º | 0.87% | 0.8% | - |
| XYZ | 31.4 | 15.49 | 57.83 | - |
| YUV | 94.02 | 189.51 | 193.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 203 | 0.08 | 0.87 | 0 | 0.20 | 294.24 | 0.77 | 0.45 |
| Hex | BA | 1A | CB | 8 | 57 | 0 | 14 | 126 | 4D | 2D |
| Octal | 272 | 32 | 313 | 10 | 127 | 0 | 24 | 446 | 115 | 55 |
| Binary | 10111010 | 11010 | 11001011 | 1000 | 1010111 | 0 | 10100 | 100100110 | 1001101 | 101101 |
Color Harmonies of #BA1ACB
Complementary color
Monochromatic Colors of #BA1ACB
Black with #BA1ACB
Text Example
Text Example
White with #BA1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1ACB; }
p { color: rgb(186,26,203); }
H1.HeaderClassName
{
color: #BA1ACB;
}
.AnyTagClassName
{
color: #BA1ACB;
}
</style>
background-color css
<style>
a { background-color: #BA1ACB; }
a { background-color: rgb(186,26,203); }
div.DivClassName
{
background-color: #BA1ACB;
}
.BgClassName
{
background-color: #BA1ACB;
}
</style>
border-color css
<style>
span { border-color: #BA1ACB; }
span { border-color: rgb(186,26,203); }
td.TdClassName
{
border-color: #BA1ACB;
}
.TagClassName
{
border-color: #BA1ACB;
}
</style>