Shades of Medium Violet Red #B720A2
Tints of Medium Violet Red #B720A2
RGB
CMYK
RGB Variations
Color information
#B720A2 (or 0xB720A2) is known color: Medium Violet Red. HEX triplet: B7, 20 and A2. RGB value is (183,32,162). Sum of RGB (Red+Green+Blue) = 183+32+162=377 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.54% from 377); Green value is 32 (12.89% from 255 or 8.49% from 377); Blue value is 162 (63.67% from 255 or 42.97% from 377); Max value from RGB is 183 - color contains mainly: red. Hex color #B720A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B720A2 is #48DF5D. Grayscale: #5B5B5B. Windows color (decimal): -4775774 or 10625207. OLE color: 10625207.
HSL color Cylindrical-coordinate representation of color #B720A2: hue angle of 308.34º 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 #B720A2 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 162 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.28 |
| HSL | 308.34º | 0.7% | 0.42% | - |
| HSV(B) | 308.34º | 0.83% | 0.72% | - |
| XYZ | 26.57 | 13.71 | 35.43 | - |
| YUV | 91.97 | 167.53 | 192.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 162 | 0 | 0.83 | 0.11 | 0.28 | 308.34 | 0.7 | 0.42 |
| Hex | B7 | 20 | A2 | 0 | 53 | B | 1C | 134 | 46 | 2A |
| Octal | 267 | 40 | 242 | 0 | 123 | 13 | 34 | 464 | 106 | 52 |
| Binary | 10110111 | 100000 | 10100010 | 0 | 1010011 | 1011 | 11100 | 100110100 | 1000110 | 101010 |
Color Harmonies of #B720A2
Complementary color
Monochromatic Colors of #B720A2
Black with #B720A2
Text Example
Text Example
White with #B720A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B720A2; }
p { color: rgb(183,32,162); }
H1.HeaderClassName
{
color: #B720A2;
}
.AnyTagClassName
{
color: #B720A2;
}
</style>
background-color css
<style>
a { background-color: #B720A2; }
a { background-color: rgb(183,32,162); }
div.DivClassName
{
background-color: #B720A2;
}
.BgClassName
{
background-color: #B720A2;
}
</style>
border-color css
<style>
span { border-color: #B720A2; }
span { border-color: rgb(183,32,162); }
td.TdClassName
{
border-color: #B720A2;
}
.TagClassName
{
border-color: #B720A2;
}
</style>