Shades of Deep Magenta #B720BC
Tints of Deep Magenta #B720BC
RGB
CMYK
RGB Variations
Color information
#B720BC (or 0xB720BC) is known color: Deep Magenta. HEX triplet: B7, 20 and BC. RGB value is (183,32,188). Sum of RGB (Red+Green+Blue) = 183+32+188=403 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.41% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 188 (73.83% from 255 or 46.65% from 403); Max value from RGB is 188 - color contains mainly: blue. Hex color #B720BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #B720BC is #48DF43. Grayscale: #5E5E5E. Windows color (decimal): -4775748 or 12329143. OLE color: 12329143.
HSL color Cylindrical-coordinate representation of color #B720BC: hue angle of 298.08º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B720BC is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 183 | 32 | 188 | - |
| CMYK | 0.03 | 0.83 | 0 | 0.26 |
| HSL | 298.08º | 0.71% | 0.43% | - |
| HSV(B) | 298.08º | 0.83% | 0.74% | - |
| XYZ | 29.12 | 14.73 | 48.89 | - |
| YUV | 94.93 | 180.53 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 188 | 0.03 | 0.83 | 0 | 0.26 | 298.08 | 0.71 | 0.43 |
| Hex | B7 | 20 | BC | 3 | 53 | 0 | 1A | 12A | 47 | 2B |
| Octal | 267 | 40 | 274 | 3 | 123 | 0 | 32 | 452 | 107 | 53 |
| Binary | 10110111 | 100000 | 10111100 | 11 | 1010011 | 0 | 11010 | 100101010 | 1000111 | 101011 |
Color Harmonies of #B720BC
Complementary color
Monochromatic Colors of #B720BC
Black with #B720BC
Text Example
Text Example
White with #B720BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720BC; }
p { color: rgb(183,32,188); }
H1.HeaderClassName
{
color: #B720BC;
}
.AnyTagClassName
{
color: #B720BC;
}
</style>
background-color css
<style>
a { background-color: #B720BC; }
a { background-color: rgb(183,32,188); }
div.DivClassName
{
background-color: #B720BC;
}
.BgClassName
{
background-color: #B720BC;
}
</style>
border-color css
<style>
span { border-color: #B720BC; }
span { border-color: rgb(183,32,188); }
td.TdClassName
{
border-color: #B720BC;
}
.TagClassName
{
border-color: #B720BC;
}
</style>