Shades of Medium Red Violet #B72F73
Tints of Medium Red Violet #B72F73
RGB
CMYK
RGB Variations
Color information
#B72F73 (or 0xB72F73) is known color: Medium Red Violet. HEX triplet: B7, 2F and 73. RGB value is (183,47,115). Sum of RGB (Red+Green+Blue) = 183+47+115=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 47 (18.75% from 255 or 13.62% from 345); Blue value is 115 (45.31% from 255 or 33.33% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B72F73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72F73 is #48D08C. Grayscale: #5F5F5F. Windows color (decimal): -4771981 or 7548855. OLE color: 7548855.
HSL color Cylindrical-coordinate representation of color #B72F73: hue angle of 330º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B72F73 is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 47 | 115 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.28 |
| HSL | 330º | 0.59% | 0.45% | - |
| HSV(B) | 330º | 0.74% | 0.72% | - |
| XYZ | 23.64 | 13.34 | 17.55 | - |
| YUV | 95.42 | 139.06 | 190.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 47 | 115 | 0 | 0.74 | 0.37 | 0.28 | 330 | 0.59 | 0.45 |
| Hex | B7 | 2F | 73 | 0 | 4A | 25 | 1C | 14A | 3B | 2D |
| Octal | 267 | 57 | 163 | 0 | 112 | 45 | 34 | 512 | 73 | 55 |
| Binary | 10110111 | 101111 | 1110011 | 0 | 1001010 | 100101 | 11100 | 101001010 | 111011 | 101101 |
Color Harmonies of #B72F73
Complementary color
Monochromatic Colors of #B72F73
Black with #B72F73
Text Example
Text Example
White with #B72F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72F73; }
p { color: rgb(183,47,115); }
H1.HeaderClassName
{
color: #B72F73;
}
.AnyTagClassName
{
color: #B72F73;
}
</style>
background-color css
<style>
a { background-color: #B72F73; }
a { background-color: rgb(183,47,115); }
div.DivClassName
{
background-color: #B72F73;
}
.BgClassName
{
background-color: #B72F73;
}
</style>
border-color css
<style>
span { border-color: #B72F73; }
span { border-color: rgb(183,47,115); }
td.TdClassName
{
border-color: #B72F73;
}
.TagClassName
{
border-color: #B72F73;
}
</style>