Shades of Deep Magenta #B721AD
Tints of Deep Magenta #B721AD
RGB
CMYK
RGB Variations
Color information
#B721AD (or 0xB721AD) is known color: Deep Magenta. HEX triplet: B7, 21 and AD. RGB value is (183,33,173). Sum of RGB (Red+Green+Blue) = 183+33+173=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 173 (67.97% from 255 or 44.47% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B721AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B721AD is #48DE52. Grayscale: #5D5D5D. Windows color (decimal): -4775507 or 11346359. OLE color: 11346359.
HSL color Cylindrical-coordinate representation of color #B721AD: hue angle of 304º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B721AD is Cyan = 0, Magento = 0.82, Yellow = 0.05 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 173 | - |
| CMYK | 0 | 0.82 | 0.05 | 0.28 |
| HSL | 304º | 0.69% | 0.42% | - |
| HSV(B) | 304º | 0.82% | 0.72% | - |
| XYZ | 27.62 | 14.17 | 40.82 | - |
| YUV | 93.81 | 172.7 | 191.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 173 | 0 | 0.82 | 0.05 | 0.28 | 304 | 0.69 | 0.42 |
| Hex | B7 | 21 | AD | 0 | 52 | 5 | 1C | 130 | 45 | 2A |
| Octal | 267 | 41 | 255 | 0 | 122 | 5 | 34 | 460 | 105 | 52 |
| Binary | 10110111 | 100001 | 10101101 | 0 | 1010010 | 101 | 11100 | 100110000 | 1000101 | 101010 |
Color Harmonies of #B721AD
Complementary color
Monochromatic Colors of #B721AD
Black with #B721AD
Text Example
Text Example
White with #B721AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B721AD; }
p { color: rgb(183,33,173); }
H1.HeaderClassName
{
color: #B721AD;
}
.AnyTagClassName
{
color: #B721AD;
}
</style>
background-color css
<style>
a { background-color: #B721AD; }
a { background-color: rgb(183,33,173); }
div.DivClassName
{
background-color: #B721AD;
}
.BgClassName
{
background-color: #B721AD;
}
</style>
border-color css
<style>
span { border-color: #B721AD; }
span { border-color: rgb(183,33,173); }
td.TdClassName
{
border-color: #B721AD;
}
.TagClassName
{
border-color: #B721AD;
}
</style>