Shades of Medium Red Violet #B72B8C
Tints of Medium Red Violet #B72B8C
RGB
CMYK
RGB Variations
Color information
#B72B8C (or 0xB72B8C) is known color: Medium Red Violet. HEX triplet: B7, 2B and 8C. RGB value is (183,43,140). Sum of RGB (Red+Green+Blue) = 183+43+140=366 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50% from 366); Green value is 43 (17.19% from 255 or 11.75% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72B8C is #48D473. Grayscale: #5F5F5F. Windows color (decimal): -4772980 or 9186231. OLE color: 9186231.
HSL color Cylindrical-coordinate representation of color #B72B8C: hue angle of 318.43º degrees, saturation: 0.62, 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 #B72B8C is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 140 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.28 |
| HSL | 318.43º | 0.62% | 0.44% | - |
| HSV(B) | 318.43º | 0.77% | 0.72% | - |
| XYZ | 25.13 | 13.69 | 26.13 | - |
| YUV | 95.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 140 | 0 | 0.77 | 0.23 | 0.28 | 318.43 | 0.62 | 0.44 |
| Hex | B7 | 2B | 8C | 0 | 4D | 17 | 1C | 13E | 3E | 2C |
| Octal | 267 | 53 | 214 | 0 | 115 | 27 | 34 | 476 | 76 | 54 |
| Binary | 10110111 | 101011 | 10001100 | 0 | 1001101 | 10111 | 11100 | 100111110 | 111110 | 101100 |
Color Harmonies of #B72B8C
Complementary color
Monochromatic Colors of #B72B8C
Black with #B72B8C
Text Example
Text Example
White with #B72B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72B8C; }
p { color: rgb(183,43,140); }
H1.HeaderClassName
{
color: #B72B8C;
}
.AnyTagClassName
{
color: #B72B8C;
}
</style>
background-color css
<style>
a { background-color: #B72B8C; }
a { background-color: rgb(183,43,140); }
div.DivClassName
{
background-color: #B72B8C;
}
.BgClassName
{
background-color: #B72B8C;
}
</style>
border-color css
<style>
span { border-color: #B72B8C; }
span { border-color: rgb(183,43,140); }
td.TdClassName
{
border-color: #B72B8C;
}
.TagClassName
{
border-color: #B72B8C;
}
</style>