Shades of Medium Red Violet #B72D88
Tints of Medium Red Violet #B72D88
RGB
CMYK
RGB Variations
Color information
#B72D88 (or 0xB72D88) is known color: Medium Red Violet. HEX triplet: B7, 2D and 88. RGB value is (183,45,136). Sum of RGB (Red+Green+Blue) = 183+45+136=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 45 (17.97% from 255 or 12.36% from 364); Blue value is 136 (53.52% from 255 or 37.36% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D88 is #48D277. Grayscale: #606060. Windows color (decimal): -4772472 or 8924599. OLE color: 8924599.
HSL color Cylindrical-coordinate representation of color #B72D88: hue angle of 320.43º 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 #B72D88 is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 136 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.28 |
| HSL | 320.43º | 0.61% | 0.45% | - |
| HSV(B) | 320.43º | 0.75% | 0.72% | - |
| XYZ | 24.91 | 13.72 | 24.63 | - |
| YUV | 96.64 | 150.22 | 189.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 136 | 0 | 0.75 | 0.26 | 0.28 | 320.43 | 0.61 | 0.45 |
| Hex | B7 | 2D | 88 | 0 | 4B | 1A | 1C | 140 | 3D | 2D |
| Octal | 267 | 55 | 210 | 0 | 113 | 32 | 34 | 500 | 75 | 55 |
| Binary | 10110111 | 101101 | 10001000 | 0 | 1001011 | 11010 | 11100 | 101000000 | 111101 | 101101 |
Color Harmonies of #B72D88
Complementary color
Monochromatic Colors of #B72D88
Black with #B72D88
Text Example
Text Example
White with #B72D88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D88; }
p { color: rgb(183,45,136); }
H1.HeaderClassName
{
color: #B72D88;
}
.AnyTagClassName
{
color: #B72D88;
}
</style>
background-color css
<style>
a { background-color: #B72D88; }
a { background-color: rgb(183,45,136); }
div.DivClassName
{
background-color: #B72D88;
}
.BgClassName
{
background-color: #B72D88;
}
</style>
border-color css
<style>
span { border-color: #B72D88; }
span { border-color: rgb(183,45,136); }
td.TdClassName
{
border-color: #B72D88;
}
.TagClassName
{
border-color: #B72D88;
}
</style>