Shades of Medium Red Violet #B72C8C
Tints of Medium Red Violet #B72C8C
RGB
CMYK
RGB Variations
Color information
#B72C8C (or 0xB72C8C) is known color: Medium Red Violet. HEX triplet: B7, 2C and 8C. RGB value is (183,44,140). Sum of RGB (Red+Green+Blue) = 183+44+140=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 44 (17.58% from 255 or 11.99% from 367); Blue value is 140 (55.08% from 255 or 38.15% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72C8C is #48D373. Grayscale: #606060. Windows color (decimal): -4772724 or 9186487. OLE color: 9186487.
HSL color Cylindrical-coordinate representation of color #B72C8C: hue angle of 318.56º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C8C is Cyan = 0, Magento = 0.76, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 140 | - |
| CMYK | 0 | 0.76 | 0.23 | 0.28 |
| HSL | 318.56º | 0.61% | 0.45% | - |
| HSV(B) | 318.56º | 0.76% | 0.72% | - |
| XYZ | 25.16 | 13.76 | 26.14 | - |
| YUV | 96.51 | 152.55 | 189.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 140 | 0 | 0.76 | 0.23 | 0.28 | 318.56 | 0.61 | 0.45 |
| Hex | B7 | 2C | 8C | 0 | 4C | 17 | 1C | 13F | 3D | 2D |
| Octal | 267 | 54 | 214 | 0 | 114 | 27 | 34 | 477 | 75 | 55 |
| Binary | 10110111 | 101100 | 10001100 | 0 | 1001100 | 10111 | 11100 | 100111111 | 111101 | 101101 |
Color Harmonies of #B72C8C
Complementary color
Monochromatic Colors of #B72C8C
Black with #B72C8C
Text Example
Text Example
White with #B72C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C8C; }
p { color: rgb(183,44,140); }
H1.HeaderClassName
{
color: #B72C8C;
}
.AnyTagClassName
{
color: #B72C8C;
}
</style>
background-color css
<style>
a { background-color: #B72C8C; }
a { background-color: rgb(183,44,140); }
div.DivClassName
{
background-color: #B72C8C;
}
.BgClassName
{
background-color: #B72C8C;
}
</style>
border-color css
<style>
span { border-color: #B72C8C; }
span { border-color: rgb(183,44,140); }
td.TdClassName
{
border-color: #B72C8C;
}
.TagClassName
{
border-color: #B72C8C;
}
</style>