Shades of Medium Violet Red #B72089
Tints of Medium Violet Red #B72089
RGB
CMYK
RGB Variations
Color information
#B72089 (or 0xB72089) is known color: Medium Violet Red. HEX triplet: B7, 20 and 89. RGB value is (183,32,137). Sum of RGB (Red+Green+Blue) = 183+32+137=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 32 (12.89% from 255 or 9.09% from 352); Blue value is 137 (53.91% from 255 or 38.92% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B72089 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72089 is #48DF76. Grayscale: #585858. Windows color (decimal): -4775799 or 8986807. OLE color: 8986807.
HSL color Cylindrical-coordinate representation of color #B72089: hue angle of 318.28º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72089 is Cyan = 0, Magento = 0.83, Yellow = 0.25 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 137 | - |
| CMYK | 0 | 0.83 | 0.25 | 0.28 |
| HSL | 318.28º | 0.7% | 0.42% | - |
| HSV(B) | 318.28º | 0.83% | 0.72% | - |
| XYZ | 24.56 | 12.91 | 24.86 | - |
| YUV | 89.12 | 155.03 | 194.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 137 | 0 | 0.83 | 0.25 | 0.28 | 318.28 | 0.7 | 0.42 |
| Hex | B7 | 20 | 89 | 0 | 53 | 19 | 1C | 13E | 46 | 2A |
| Octal | 267 | 40 | 211 | 0 | 123 | 31 | 34 | 476 | 106 | 52 |
| Binary | 10110111 | 100000 | 10001001 | 0 | 1010011 | 11001 | 11100 | 100111110 | 1000110 | 101010 |
Color Harmonies of #B72089
Complementary color
Monochromatic Colors of #B72089
Black with #B72089
Text Example
Text Example
White with #B72089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72089; }
p { color: rgb(183,32,137); }
H1.HeaderClassName
{
color: #B72089;
}
.AnyTagClassName
{
color: #B72089;
}
</style>
background-color css
<style>
a { background-color: #B72089; }
a { background-color: rgb(183,32,137); }
div.DivClassName
{
background-color: #B72089;
}
.BgClassName
{
background-color: #B72089;
}
</style>
border-color css
<style>
span { border-color: #B72089; }
span { border-color: rgb(183,32,137); }
td.TdClassName
{
border-color: #B72089;
}
.TagClassName
{
border-color: #B72089;
}
</style>