Shades of Medium Red Violet #B72D85
Tints of Medium Red Violet #B72D85
RGB
CMYK
RGB Variations
Color information
#B72D85 (or 0xB72D85) is known color: Medium Red Violet. HEX triplet: B7, 2D and 85. RGB value is (183,45,133). Sum of RGB (Red+Green+Blue) = 183+45+133=361 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.69% from 361); Green value is 45 (17.97% from 255 or 12.47% from 361); Blue value is 133 (52.34% from 255 or 36.84% from 361); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D85 is #48D27A. Grayscale: #606060. Windows color (decimal): -4772475 or 8727991. OLE color: 8727991.
HSL color Cylindrical-coordinate representation of color #B72D85: hue angle of 321.74º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D85 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 133 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.28 |
| HSL | 321.74º | 0.61% | 0.45% | - |
| HSV(B) | 321.74º | 0.75% | 0.72% | - |
| XYZ | 24.7 | 13.64 | 23.52 | - |
| YUV | 96.29 | 148.72 | 189.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 133 | 0 | 0.75 | 0.27 | 0.28 | 321.74 | 0.61 | 0.45 |
| Hex | B7 | 2D | 85 | 0 | 4B | 1B | 1C | 142 | 3D | 2D |
| Octal | 267 | 55 | 205 | 0 | 113 | 33 | 34 | 502 | 75 | 55 |
| Binary | 10110111 | 101101 | 10000101 | 0 | 1001011 | 11011 | 11100 | 101000010 | 111101 | 101101 |
Color Harmonies of #B72D85
Complementary color
Monochromatic Colors of #B72D85
Black with #B72D85
Text Example
Text Example
White with #B72D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D85; }
p { color: rgb(183,45,133); }
H1.HeaderClassName
{
color: #B72D85;
}
.AnyTagClassName
{
color: #B72D85;
}
</style>
background-color css
<style>
a { background-color: #B72D85; }
a { background-color: rgb(183,45,133); }
div.DivClassName
{
background-color: #B72D85;
}
.BgClassName
{
background-color: #B72D85;
}
</style>
border-color css
<style>
span { border-color: #B72D85; }
span { border-color: rgb(183,45,133); }
td.TdClassName
{
border-color: #B72D85;
}
.TagClassName
{
border-color: #B72D85;
}
</style>