Shades of Deep Magenta #BA1FAF
Tints of Deep Magenta #BA1FAF
RGB
CMYK
RGB Variations
Color information
#BA1FAF (or 0xBA1FAF) is known color: Deep Magenta. HEX triplet: BA, 1F and AF. RGB value is (186,31,175). Sum of RGB (Red+Green+Blue) = 186+31+175=392 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.45% from 392); Green value is 31 (12.5% from 255 or 7.91% from 392); Blue value is 175 (68.75% from 255 or 44.64% from 392); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1FAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BA1FAF is #45E050. Grayscale: #5D5D5D. Windows color (decimal): -4579409 or 11476922. OLE color: 11476922.
HSL color Cylindrical-coordinate representation of color #BA1FAF: hue angle of 304.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1FAF is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 175 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.27 |
| HSL | 304.26º | 0.71% | 0.43% | - |
| HSV(B) | 304.26º | 0.83% | 0.73% | - |
| XYZ | 28.48 | 14.51 | 41.86 | - |
| YUV | 93.76 | 173.85 | 193.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 175 | 0 | 0.83 | 0.06 | 0.27 | 304.26 | 0.71 | 0.43 |
| Hex | BA | 1F | AF | 0 | 53 | 6 | 1B | 130 | 47 | 2B |
| Octal | 272 | 37 | 257 | 0 | 123 | 6 | 33 | 460 | 107 | 53 |
| Binary | 10111010 | 11111 | 10101111 | 0 | 1010011 | 110 | 11011 | 100110000 | 1000111 | 101011 |
Color Harmonies of #BA1FAF
Complementary color
Monochromatic Colors of #BA1FAF
Black with #BA1FAF
Text Example
Text Example
White with #BA1FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1FAF; }
p { color: rgb(186,31,175); }
H1.HeaderClassName
{
color: #BA1FAF;
}
.AnyTagClassName
{
color: #BA1FAF;
}
</style>
background-color css
<style>
a { background-color: #BA1FAF; }
a { background-color: rgb(186,31,175); }
div.DivClassName
{
background-color: #BA1FAF;
}
.BgClassName
{
background-color: #BA1FAF;
}
</style>
border-color css
<style>
span { border-color: #BA1FAF; }
span { border-color: rgb(186,31,175); }
td.TdClassName
{
border-color: #BA1FAF;
}
.TagClassName
{
border-color: #BA1FAF;
}
</style>