Shades of Deep Magenta #B720AD
Tints of Deep Magenta #B720AD
RGB
CMYK
RGB Variations
Color information
#B720AD (or 0xB720AD) is known color: Deep Magenta. HEX triplet: B7, 20 and AD. RGB value is (183,32,173). Sum of RGB (Red+Green+Blue) = 183+32+173=388 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.16% from 388); Green value is 32 (12.89% from 255 or 8.25% from 388); Blue value is 173 (67.97% from 255 or 44.59% from 388); Max value from RGB is 183 - color contains mainly: red. Hex color #B720AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720AD is #48DF52. Grayscale: #5C5C5C. Windows color (decimal): -4775763 or 11346103. OLE color: 11346103.
HSL color Cylindrical-coordinate representation of color #B720AD: hue angle of 303.97º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720AD is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 173 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.28 |
| HSL | 303.97º | 0.7% | 0.42% | - |
| HSV(B) | 303.97º | 0.83% | 0.72% | - |
| XYZ | 27.59 | 14.12 | 40.81 | - |
| YUV | 93.22 | 173.03 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 173 | 0 | 0.83 | 0.05 | 0.28 | 303.97 | 0.7 | 0.42 |
| Hex | B7 | 20 | AD | 0 | 53 | 5 | 1C | 130 | 46 | 2A |
| Octal | 267 | 40 | 255 | 0 | 123 | 5 | 34 | 460 | 106 | 52 |
| Binary | 10110111 | 100000 | 10101101 | 0 | 1010011 | 101 | 11100 | 100110000 | 1000110 | 101010 |
Color Harmonies of #B720AD
Complementary color
Monochromatic Colors of #B720AD
Black with #B720AD
Text Example
Text Example
White with #B720AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720AD; }
p { color: rgb(183,32,173); }
H1.HeaderClassName
{
color: #B720AD;
}
.AnyTagClassName
{
color: #B720AD;
}
</style>
background-color css
<style>
a { background-color: #B720AD; }
a { background-color: rgb(183,32,173); }
div.DivClassName
{
background-color: #B720AD;
}
.BgClassName
{
background-color: #B720AD;
}
</style>
border-color css
<style>
span { border-color: #B720AD; }
span { border-color: rgb(183,32,173); }
td.TdClassName
{
border-color: #B720AD;
}
.TagClassName
{
border-color: #B720AD;
}
</style>