Shades of Deep Magenta #BA1CAF
Tints of Deep Magenta #BA1CAF
RGB
CMYK
RGB Variations
Color information
#BA1CAF (or 0xBA1CAF) is known color: Deep Magenta. HEX triplet: BA, 1C and AF. RGB value is (186,28,175). Sum of RGB (Red+Green+Blue) = 186+28+175=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 28 (11.33% from 255 or 7.20% from 389); Blue value is 175 (68.75% from 255 or 44.99% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1CAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1CAF is #45E350. Grayscale: #5B5B5B. Windows color (decimal): -4580177 or 11476154. OLE color: 11476154.
HSL color Cylindrical-coordinate representation of color #BA1CAF: hue angle of 304.18º 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 #BA1CAF is Cyan = 0, Magento = 0.85, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 28 | 175 | - |
| CMYK | 0 | 0.85 | 0.06 | 0.27 |
| HSL | 304.18º | 0.74% | 0.42% | - |
| HSV(B) | 304.18º | 0.85% | 0.73% | - |
| XYZ | 28.4 | 14.36 | 41.83 | - |
| YUV | 92 | 174.85 | 195.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 28 | 175 | 0 | 0.85 | 0.06 | 0.27 | 304.18 | 0.74 | 0.42 |
| Hex | BA | 1C | AF | 0 | 55 | 6 | 1B | 130 | 4A | 2A |
| Octal | 272 | 34 | 257 | 0 | 125 | 6 | 33 | 460 | 112 | 52 |
| Binary | 10111010 | 11100 | 10101111 | 0 | 1010101 | 110 | 11011 | 100110000 | 1001010 | 101010 |
Color Harmonies of #BA1CAF
Complementary color
Monochromatic Colors of #BA1CAF
Black with #BA1CAF
Text Example
Text Example
White with #BA1CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1CAF; }
p { color: rgb(186,28,175); }
H1.HeaderClassName
{
color: #BA1CAF;
}
.AnyTagClassName
{
color: #BA1CAF;
}
</style>
background-color css
<style>
a { background-color: #BA1CAF; }
a { background-color: rgb(186,28,175); }
div.DivClassName
{
background-color: #BA1CAF;
}
.BgClassName
{
background-color: #BA1CAF;
}
</style>
border-color css
<style>
span { border-color: #BA1CAF; }
span { border-color: rgb(186,28,175); }
td.TdClassName
{
border-color: #BA1CAF;
}
.TagClassName
{
border-color: #BA1CAF;
}
</style>