Shades of Medium Red Violet #B72D89
Tints of Medium Red Violet #B72D89
RGB
CMYK
RGB Variations
Color information
#B72D89 (or 0xB72D89) is known color: Medium Red Violet. HEX triplet: B7, 2D and 89. RGB value is (183,45,137). Sum of RGB (Red+Green+Blue) = 183+45+137=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 45 (17.97% from 255 or 12.33% from 365); Blue value is 137 (53.91% from 255 or 37.53% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D89 is #48D276. Grayscale: #606060. Windows color (decimal): -4772471 or 8990135. OLE color: 8990135.
HSL color Cylindrical-coordinate representation of color #B72D89: hue angle of 320º 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 #B72D89 is Cyan = 0, Magento = 0.75, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 137 | - |
| CMYK | 0 | 0.75 | 0.25 | 0.28 |
| HSL | 320º | 0.61% | 0.45% | - |
| HSV(B) | 320º | 0.75% | 0.72% | - |
| XYZ | 24.98 | 13.75 | 25 | - |
| YUV | 96.75 | 150.72 | 189.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 137 | 0 | 0.75 | 0.25 | 0.28 | 320 | 0.61 | 0.45 |
| Hex | B7 | 2D | 89 | 0 | 4B | 19 | 1C | 140 | 3D | 2D |
| Octal | 267 | 55 | 211 | 0 | 113 | 31 | 34 | 500 | 75 | 55 |
| Binary | 10110111 | 101101 | 10001001 | 0 | 1001011 | 11001 | 11100 | 101000000 | 111101 | 101101 |
Color Harmonies of #B72D89
Complementary color
Monochromatic Colors of #B72D89
Black with #B72D89
Text Example
Text Example
White with #B72D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D89; }
p { color: rgb(183,45,137); }
H1.HeaderClassName
{
color: #B72D89;
}
.AnyTagClassName
{
color: #B72D89;
}
</style>
background-color css
<style>
a { background-color: #B72D89; }
a { background-color: rgb(183,45,137); }
div.DivClassName
{
background-color: #B72D89;
}
.BgClassName
{
background-color: #B72D89;
}
</style>
border-color css
<style>
span { border-color: #B72D89; }
span { border-color: rgb(183,45,137); }
td.TdClassName
{
border-color: #B72D89;
}
.TagClassName
{
border-color: #B72D89;
}
</style>