Shades of Medium Red Violet #B72A72
Tints of Medium Red Violet #B72A72
RGB
CMYK
RGB Variations
Color information
#B72A72 (or 0xB72A72) is known color: Medium Red Violet. HEX triplet: B7, 2A and 72. RGB value is (183,42,114). Sum of RGB (Red+Green+Blue) = 183+42+114=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 42 (16.80% from 255 or 12.39% from 339); Blue value is 114 (44.92% from 255 or 33.63% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A72 is #48D58D. Grayscale: #5C5C5C. Windows color (decimal): -4773262 or 7482039. OLE color: 7482039.
HSL color Cylindrical-coordinate representation of color #B72A72: hue angle of 329.36º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72A72 is Cyan = 0, Magento = 0.77, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 114 | - |
| CMYK | 0 | 0.77 | 0.38 | 0.28 |
| HSL | 329.36º | 0.63% | 0.44% | - |
| HSV(B) | 329.36º | 0.77% | 0.72% | - |
| XYZ | 23.39 | 12.94 | 17.18 | - |
| YUV | 92.37 | 140.21 | 192.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 114 | 0 | 0.77 | 0.38 | 0.28 | 329.36 | 0.63 | 0.44 |
| Hex | B7 | 2A | 72 | 0 | 4D | 26 | 1C | 149 | 3F | 2C |
| Octal | 267 | 52 | 162 | 0 | 115 | 46 | 34 | 511 | 77 | 54 |
| Binary | 10110111 | 101010 | 1110010 | 0 | 1001101 | 100110 | 11100 | 101001001 | 111111 | 101100 |
Color Harmonies of #B72A72
Complementary color
Monochromatic Colors of #B72A72
Black with #B72A72
Text Example
Text Example
White with #B72A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A72; }
p { color: rgb(183,42,114); }
H1.HeaderClassName
{
color: #B72A72;
}
.AnyTagClassName
{
color: #B72A72;
}
</style>
background-color css
<style>
a { background-color: #B72A72; }
a { background-color: rgb(183,42,114); }
div.DivClassName
{
background-color: #B72A72;
}
.BgClassName
{
background-color: #B72A72;
}
</style>
border-color css
<style>
span { border-color: #B72A72; }
span { border-color: rgb(183,42,114); }
td.TdClassName
{
border-color: #B72A72;
}
.TagClassName
{
border-color: #B72A72;
}
</style>