Shades of Medium Red Violet #B72279
Tints of Medium Red Violet #B72279
RGB
CMYK
RGB Variations
Color information
#B72279 (or 0xB72279) is known color: Medium Red Violet. HEX triplet: B7, 22 and 79. RGB value is (183,34,121). Sum of RGB (Red+Green+Blue) = 183+34+121=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 34 (13.67% from 255 or 10.06% from 338); Blue value is 121 (47.66% from 255 or 35.80% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B72279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72279 is #48DD86. Grayscale: #585858. Windows color (decimal): -4775303 or 7938743. OLE color: 7938743.
HSL color Cylindrical-coordinate representation of color #B72279: hue angle of 324.97º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72279 is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 121 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.28 |
| HSL | 324.97º | 0.69% | 0.43% | - |
| HSV(B) | 324.97º | 0.81% | 0.72% | - |
| XYZ | 23.55 | 12.59 | 19.28 | - |
| YUV | 88.47 | 146.36 | 195.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 121 | 0 | 0.81 | 0.34 | 0.28 | 324.97 | 0.69 | 0.43 |
| Hex | B7 | 22 | 79 | 0 | 51 | 22 | 1C | 145 | 45 | 2B |
| Octal | 267 | 42 | 171 | 0 | 121 | 42 | 34 | 505 | 105 | 53 |
| Binary | 10110111 | 100010 | 1111001 | 0 | 1010001 | 100010 | 11100 | 101000101 | 1000101 | 101011 |
Color Harmonies of #B72279
Complementary color
Monochromatic Colors of #B72279
Black with #B72279
Text Example
Text Example
White with #B72279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72279; }
p { color: rgb(183,34,121); }
H1.HeaderClassName
{
color: #B72279;
}
.AnyTagClassName
{
color: #B72279;
}
</style>
background-color css
<style>
a { background-color: #B72279; }
a { background-color: rgb(183,34,121); }
div.DivClassName
{
background-color: #B72279;
}
.BgClassName
{
background-color: #B72279;
}
</style>
border-color css
<style>
span { border-color: #B72279; }
span { border-color: rgb(183,34,121); }
td.TdClassName
{
border-color: #B72279;
}
.TagClassName
{
border-color: #B72279;
}
</style>