Shades of Deep Magenta #B120AD
Tints of Deep Magenta #B120AD
RGB
CMYK
RGB Variations
Color information
#B120AD (or 0xB120AD) is known color: Deep Magenta. HEX triplet: B1, 20 and AD. RGB value is (177,32,173). Sum of RGB (Red+Green+Blue) = 177+32+173=382 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.34% from 382); Green value is 32 (12.89% from 255 or 8.38% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 177 - color contains mainly: red. Hex color #B120AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B120AD is #4EDF52. Grayscale: #5B5B5B. Windows color (decimal): -5168979 or 11346097. OLE color: 11346097.
HSL color Cylindrical-coordinate representation of color #B120AD: hue angle of 301.66º 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 #B120AD is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 32 | 173 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.31 |
| HSL | 301.66º | 0.69% | 0.41% | - |
| HSV(B) | 301.66º | 0.82% | 0.69% | - |
| XYZ | 26.19 | 13.4 | 40.74 | - |
| YUV | 91.43 | 174.04 | 189.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 32 | 173 | 0 | 0.82 | 0.02 | 0.31 | 301.66 | 0.69 | 0.41 |
| Hex | B1 | 20 | AD | 0 | 52 | 2 | 1F | 12E | 45 | 29 |
| Octal | 261 | 40 | 255 | 0 | 122 | 2 | 37 | 456 | 105 | 51 |
| Binary | 10110001 | 100000 | 10101101 | 0 | 1010010 | 10 | 11111 | 100101110 | 1000101 | 101001 |
Color Harmonies of #B120AD
Complementary color
Monochromatic Colors of #B120AD
Black with #B120AD
Text Example
Text Example
White with #B120AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B120AD; }
p { color: rgb(177,32,173); }
H1.HeaderClassName
{
color: #B120AD;
}
.AnyTagClassName
{
color: #B120AD;
}
</style>
background-color css
<style>
a { background-color: #B120AD; }
a { background-color: rgb(177,32,173); }
div.DivClassName
{
background-color: #B120AD;
}
.BgClassName
{
background-color: #B120AD;
}
</style>
border-color css
<style>
span { border-color: #B120AD; }
span { border-color: rgb(177,32,173); }
td.TdClassName
{
border-color: #B120AD;
}
.TagClassName
{
border-color: #B120AD;
}
</style>