Shades of Deep Magenta #B120AF
Tints of Deep Magenta #B120AF
RGB
CMYK
RGB Variations
Color information
#B120AF (or 0xB120AF) is known color: Deep Magenta. HEX triplet: B1, 20 and AF. RGB value is (177,32,175). Sum of RGB (Red+Green+Blue) = 177+32+175=384 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.09% from 384); Green value is 32 (12.89% from 255 or 8.33% from 384); Blue value is 175 (68.75% from 255 or 45.57% from 384); Max value from RGB is 177 - color contains mainly: red. Hex color #B120AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B120AF is #4EDF50. Grayscale: #5B5B5B. Windows color (decimal): -5168977 or 11477169. OLE color: 11477169.
HSL color Cylindrical-coordinate representation of color #B120AF: hue angle of 300.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B120AF is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 175 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.31 |
| HSL | 300.83º | 0.69% | 0.41% | - |
| HSV(B) | 300.83º | 0.82% | 0.69% | - |
| XYZ | 26.39 | 13.48 | 41.77 | - |
| YUV | 91.66 | 175.04 | 188.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 175 | 0 | 0.82 | 0.01 | 0.31 | 300.83 | 0.69 | 0.41 |
| Hex | B1 | 20 | AF | 0 | 52 | 1 | 1F | 12D | 45 | 29 |
| Octal | 261 | 40 | 257 | 0 | 122 | 1 | 37 | 455 | 105 | 51 |
| Binary | 10110001 | 100000 | 10101111 | 0 | 1010010 | 1 | 11111 | 100101101 | 1000101 | 101001 |
Color Harmonies of #B120AF
Complementary color
Monochromatic Colors of #B120AF
Black with #B120AF
Text Example
Text Example
White with #B120AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120AF; }
p { color: rgb(177,32,175); }
H1.HeaderClassName
{
color: #B120AF;
}
.AnyTagClassName
{
color: #B120AF;
}
</style>
background-color css
<style>
a { background-color: #B120AF; }
a { background-color: rgb(177,32,175); }
div.DivClassName
{
background-color: #B120AF;
}
.BgClassName
{
background-color: #B120AF;
}
</style>
border-color css
<style>
span { border-color: #B120AF; }
span { border-color: rgb(177,32,175); }
td.TdClassName
{
border-color: #B120AF;
}
.TagClassName
{
border-color: #B120AF;
}
</style>