Shades of Medium Violet Red #B72088
Tints of Medium Violet Red #B72088
RGB
CMYK
RGB Variations
Color information
#B72088 (or 0xB72088) is known color: Medium Violet Red. HEX triplet: B7, 20 and 88. RGB value is (183,32,136). Sum of RGB (Red+Green+Blue) = 183+32+136=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 32 (12.89% from 255 or 9.12% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B72088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72088 is #48DF77. Grayscale: #585858. Windows color (decimal): -4775800 or 8921271. OLE color: 8921271.
HSL color Cylindrical-coordinate representation of color #B72088: hue angle of 318.68º 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 #B72088 is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 136 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.28 |
| HSL | 318.68º | 0.7% | 0.42% | - |
| HSV(B) | 318.68º | 0.83% | 0.72% | - |
| XYZ | 24.49 | 12.88 | 24.49 | - |
| YUV | 89.01 | 154.53 | 195.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 136 | 0 | 0.83 | 0.26 | 0.28 | 318.68 | 0.7 | 0.42 |
| Hex | B7 | 20 | 88 | 0 | 53 | 1A | 1C | 13F | 46 | 2A |
| Octal | 267 | 40 | 210 | 0 | 123 | 32 | 34 | 477 | 106 | 52 |
| Binary | 10110111 | 100000 | 10001000 | 0 | 1010011 | 11010 | 11100 | 100111111 | 1000110 | 101010 |
Color Harmonies of #B72088
Complementary color
Monochromatic Colors of #B72088
Black with #B72088
Text Example
Text Example
White with #B72088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72088; }
p { color: rgb(183,32,136); }
H1.HeaderClassName
{
color: #B72088;
}
.AnyTagClassName
{
color: #B72088;
}
</style>
background-color css
<style>
a { background-color: #B72088; }
a { background-color: rgb(183,32,136); }
div.DivClassName
{
background-color: #B72088;
}
.BgClassName
{
background-color: #B72088;
}
</style>
border-color css
<style>
span { border-color: #B72088; }
span { border-color: rgb(183,32,136); }
td.TdClassName
{
border-color: #B72088;
}
.TagClassName
{
border-color: #B72088;
}
</style>