Shades of Medium Red Violet #B72A7C
Tints of Medium Red Violet #B72A7C
RGB
CMYK
RGB Variations
Color information
#B72A7C (or 0xB72A7C) is known color: Medium Red Violet. HEX triplet: B7, 2A and 7C. RGB value is (183,42,124). Sum of RGB (Red+Green+Blue) = 183+42+124=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 124 (48.83% from 255 or 35.53% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72A7C is #48D583. Grayscale: #5D5D5D. Windows color (decimal): -4773252 or 8137399. OLE color: 8137399.
HSL color Cylindrical-coordinate representation of color #B72A7C: hue angle of 325.11º 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 #B72A7C is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 124 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.28 |
| HSL | 325.11º | 0.63% | 0.44% | - |
| HSV(B) | 325.11º | 0.77% | 0.72% | - |
| XYZ | 23.99 | 13.18 | 20.35 | - |
| YUV | 93.51 | 145.21 | 191.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 124 | 0 | 0.77 | 0.32 | 0.28 | 325.11 | 0.63 | 0.44 |
| Hex | B7 | 2A | 7C | 0 | 4D | 20 | 1C | 145 | 3F | 2C |
| Octal | 267 | 52 | 174 | 0 | 115 | 40 | 34 | 505 | 77 | 54 |
| Binary | 10110111 | 101010 | 1111100 | 0 | 1001101 | 100000 | 11100 | 101000101 | 111111 | 101100 |
Color Harmonies of #B72A7C
Complementary color
Monochromatic Colors of #B72A7C
Black with #B72A7C
Text Example
Text Example
White with #B72A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A7C; }
p { color: rgb(183,42,124); }
H1.HeaderClassName
{
color: #B72A7C;
}
.AnyTagClassName
{
color: #B72A7C;
}
</style>
background-color css
<style>
a { background-color: #B72A7C; }
a { background-color: rgb(183,42,124); }
div.DivClassName
{
background-color: #B72A7C;
}
.BgClassName
{
background-color: #B72A7C;
}
</style>
border-color css
<style>
span { border-color: #B72A7C; }
span { border-color: rgb(183,42,124); }
td.TdClassName
{
border-color: #B72A7C;
}
.TagClassName
{
border-color: #B72A7C;
}
</style>