Shades of Medium Red Violet #B72188
Tints of Medium Red Violet #B72188
RGB
CMYK
RGB Variations
Color information
#B72188 (or 0xB72188) is known color: Medium Red Violet. HEX triplet: B7, 21 and 88. RGB value is (183,33,136). Sum of RGB (Red+Green+Blue) = 183+33+136=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 33 (13.28% from 255 or 9.38% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B72188 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72188 is #48DE77. Grayscale: #595959. Windows color (decimal): -4775544 or 8921527. OLE color: 8921527.
HSL color Cylindrical-coordinate representation of color #B72188: hue angle of 318.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B72188 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 33 | 136 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.28 |
| HSL | 318.8º | 0.69% | 0.42% | - |
| HSV(B) | 318.8º | 0.82% | 0.72% | - |
| XYZ | 24.52 | 12.93 | 24.5 | - |
| YUV | 89.59 | 154.2 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 33 | 136 | 0 | 0.82 | 0.26 | 0.28 | 318.8 | 0.69 | 0.42 |
| Hex | B7 | 21 | 88 | 0 | 52 | 1A | 1C | 13F | 45 | 2A |
| Octal | 267 | 41 | 210 | 0 | 122 | 32 | 34 | 477 | 105 | 52 |
| Binary | 10110111 | 100001 | 10001000 | 0 | 1010010 | 11010 | 11100 | 100111111 | 1000101 | 101010 |
Color Harmonies of #B72188
Complementary color
Monochromatic Colors of #B72188
Black with #B72188
Text Example
Text Example
White with #B72188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72188; }
p { color: rgb(183,33,136); }
H1.HeaderClassName
{
color: #B72188;
}
.AnyTagClassName
{
color: #B72188;
}
</style>
background-color css
<style>
a { background-color: #B72188; }
a { background-color: rgb(183,33,136); }
div.DivClassName
{
background-color: #B72188;
}
.BgClassName
{
background-color: #B72188;
}
</style>
border-color css
<style>
span { border-color: #B72188; }
span { border-color: rgb(183,33,136); }
td.TdClassName
{
border-color: #B72188;
}
.TagClassName
{
border-color: #B72188;
}
</style>