Shades of Deep Magenta #B720AC
Tints of Deep Magenta #B720AC
RGB
CMYK
RGB Variations
Color information
#B720AC (or 0xB720AC) is known color: Deep Magenta. HEX triplet: B7, 20 and AC. RGB value is (183,32,172). Sum of RGB (Red+Green+Blue) = 183+32+172=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 32 (12.89% from 255 or 8.27% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B720AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720AC is #48DF53. Grayscale: #5C5C5C. Windows color (decimal): -4775764 or 11280567. OLE color: 11280567.
HSL color Cylindrical-coordinate representation of color #B720AC: hue angle of 304.37º 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 #B720AC is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 172 | - |
| CMYK | 0 | 0.83 | 0.06 | 0.28 |
| HSL | 304.37º | 0.7% | 0.42% | - |
| HSV(B) | 304.37º | 0.83% | 0.72% | - |
| XYZ | 27.49 | 14.08 | 40.3 | - |
| YUV | 93.11 | 172.53 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 172 | 0 | 0.83 | 0.06 | 0.28 | 304.37 | 0.7 | 0.42 |
| Hex | B7 | 20 | AC | 0 | 53 | 6 | 1C | 130 | 46 | 2A |
| Octal | 267 | 40 | 254 | 0 | 123 | 6 | 34 | 460 | 106 | 52 |
| Binary | 10110111 | 100000 | 10101100 | 0 | 1010011 | 110 | 11100 | 100110000 | 1000110 | 101010 |
Color Harmonies of #B720AC
Complementary color
Monochromatic Colors of #B720AC
Black with #B720AC
Text Example
Text Example
White with #B720AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720AC; }
p { color: rgb(183,32,172); }
H1.HeaderClassName
{
color: #B720AC;
}
.AnyTagClassName
{
color: #B720AC;
}
</style>
background-color css
<style>
a { background-color: #B720AC; }
a { background-color: rgb(183,32,172); }
div.DivClassName
{
background-color: #B720AC;
}
.BgClassName
{
background-color: #B720AC;
}
</style>
border-color css
<style>
span { border-color: #B720AC; }
span { border-color: rgb(183,32,172); }
td.TdClassName
{
border-color: #B720AC;
}
.TagClassName
{
border-color: #B720AC;
}
</style>