Shades of Deep Magenta #BA1AC6
Tints of Deep Magenta #BA1AC6
RGB
CMYK
RGB Variations
Color information
#BA1AC6 (or 0xBA1AC6) is known color: Deep Magenta. HEX triplet: BA, 1A and C6. RGB value is (186,26,198). Sum of RGB (Red+Green+Blue) = 186+26+198=410 (54% of max value = 765). Red value is 186 (73.05% from 255 or 45.37% from 410); Green value is 26 (10.55% from 255 or 6.34% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #BA1AC6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #BA1AC6 is #45E539. Grayscale: #5C5C5C. Windows color (decimal): -4580666 or 12982970. OLE color: 12982970.
HSL color Cylindrical-coordinate representation of color #BA1AC6: hue angle of 295.81º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BA1AC6 is Cyan = 0.06, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 186 | 26 | 198 | - |
| CMYK | 0.06 | 0.87 | 0 | 0.22 |
| HSL | 295.81º | 0.77% | 0.44% | - |
| HSV(B) | 295.81º | 0.87% | 0.78% | - |
| XYZ | 30.81 | 15.26 | 54.75 | - |
| YUV | 93.45 | 187.01 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 26 | 198 | 0.06 | 0.87 | 0 | 0.22 | 295.81 | 0.77 | 0.44 |
| Hex | BA | 1A | C6 | 6 | 57 | 0 | 16 | 128 | 4D | 2C |
| Octal | 272 | 32 | 306 | 6 | 127 | 0 | 26 | 450 | 115 | 54 |
| Binary | 10111010 | 11010 | 11000110 | 110 | 1010111 | 0 | 10110 | 100101000 | 1001101 | 101100 |
Color Harmonies of #BA1AC6
Complementary color
Monochromatic Colors of #BA1AC6
Black with #BA1AC6
Text Example
Text Example
White with #BA1AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1AC6; }
p { color: rgb(186,26,198); }
H1.HeaderClassName
{
color: #BA1AC6;
}
.AnyTagClassName
{
color: #BA1AC6;
}
</style>
background-color css
<style>
a { background-color: #BA1AC6; }
a { background-color: rgb(186,26,198); }
div.DivClassName
{
background-color: #BA1AC6;
}
.BgClassName
{
background-color: #BA1AC6;
}
</style>
border-color css
<style>
span { border-color: #BA1AC6; }
span { border-color: rgb(186,26,198); }
td.TdClassName
{
border-color: #BA1AC6;
}
.TagClassName
{
border-color: #BA1AC6;
}
</style>