Shades of Medium Red Violet #B72288
Tints of Medium Red Violet #B72288
RGB
CMYK
RGB Variations
Color information
#B72288 (or 0xB72288) is known color: Medium Red Violet. HEX triplet: B7, 22 and 88. RGB value is (183,34,136). Sum of RGB (Red+Green+Blue) = 183+34+136=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B72288 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72288 is #48DD77. Grayscale: #595959. Windows color (decimal): -4775288 or 8921783. OLE color: 8921783.
HSL color Cylindrical-coordinate representation of color #B72288: hue angle of 318.93º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B72288 is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 136 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.28 |
| HSL | 318.93º | 0.69% | 0.43% | - |
| HSV(B) | 318.93º | 0.81% | 0.72% | - |
| XYZ | 24.54 | 12.99 | 24.51 | - |
| YUV | 90.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 136 | 0 | 0.81 | 0.26 | 0.28 | 318.93 | 0.69 | 0.43 |
| Hex | B7 | 22 | 88 | 0 | 51 | 1A | 1C | 13F | 45 | 2B |
| Octal | 267 | 42 | 210 | 0 | 121 | 32 | 34 | 477 | 105 | 53 |
| Binary | 10110111 | 100010 | 10001000 | 0 | 1010001 | 11010 | 11100 | 100111111 | 1000101 | 101011 |
Color Harmonies of #B72288
Complementary color
Monochromatic Colors of #B72288
Black with #B72288
Text Example
Text Example
White with #B72288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72288; }
p { color: rgb(183,34,136); }
H1.HeaderClassName
{
color: #B72288;
}
.AnyTagClassName
{
color: #B72288;
}
</style>
background-color css
<style>
a { background-color: #B72288; }
a { background-color: rgb(183,34,136); }
div.DivClassName
{
background-color: #B72288;
}
.BgClassName
{
background-color: #B72288;
}
</style>
border-color css
<style>
span { border-color: #B72288; }
span { border-color: rgb(183,34,136); }
td.TdClassName
{
border-color: #B72288;
}
.TagClassName
{
border-color: #B72288;
}
</style>