Shades of Medium Violet Red #B720A0
Tints of Medium Violet Red #B720A0
RGB
CMYK
RGB Variations
Color information
#B720A0 (or 0xB720A0) is known color: Medium Violet Red. HEX triplet: B7, 20 and A0. RGB value is (183,32,160). Sum of RGB (Red+Green+Blue) = 183+32+160=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 160 (62.89% from 255 or 42.67% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B720A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720A0 is #48DF5F. Grayscale: #5B5B5B. Windows color (decimal): -4775776 or 10494135. OLE color: 10494135.
HSL color Cylindrical-coordinate representation of color #B720A0: hue angle of 309.14º 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 #B720A0 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 160 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.28 |
| HSL | 309.14º | 0.7% | 0.42% | - |
| HSV(B) | 309.14º | 0.83% | 0.72% | - |
| XYZ | 26.39 | 13.64 | 34.5 | - |
| YUV | 91.74 | 166.53 | 193.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 160 | 0 | 0.83 | 0.13 | 0.28 | 309.14 | 0.7 | 0.42 |
| Hex | B7 | 20 | A0 | 0 | 53 | D | 1C | 135 | 46 | 2A |
| Octal | 267 | 40 | 240 | 0 | 123 | 15 | 34 | 465 | 106 | 52 |
| Binary | 10110111 | 100000 | 10100000 | 0 | 1010011 | 1101 | 11100 | 100110101 | 1000110 | 101010 |
Color Harmonies of #B720A0
Complementary color
Monochromatic Colors of #B720A0
Black with #B720A0
Text Example
Text Example
White with #B720A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720A0; }
p { color: rgb(183,32,160); }
H1.HeaderClassName
{
color: #B720A0;
}
.AnyTagClassName
{
color: #B720A0;
}
</style>
background-color css
<style>
a { background-color: #B720A0; }
a { background-color: rgb(183,32,160); }
div.DivClassName
{
background-color: #B720A0;
}
.BgClassName
{
background-color: #B720A0;
}
</style>
border-color css
<style>
span { border-color: #B720A0; }
span { border-color: rgb(183,32,160); }
td.TdClassName
{
border-color: #B720A0;
}
.TagClassName
{
border-color: #B720A0;
}
</style>