Shades of Medium Red Violet #B72992
Tints of Medium Red Violet #B72992
RGB
CMYK
RGB Variations
Color information
#B72992 (or 0xB72992) is known color: Medium Red Violet. HEX triplet: B7, 29 and 92. RGB value is (183,41,146). Sum of RGB (Red+Green+Blue) = 183+41+146=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 146 (57.42% from 255 or 39.46% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B72992 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72992 is #48D66D. Grayscale: #5F5F5F. Windows color (decimal): -4773486 or 9578935. OLE color: 9578935.
HSL color Cylindrical-coordinate representation of color #B72992: hue angle of 315.63º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B72992 is Cyan = 0, Magento = 0.78, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 41 | 146 | - |
| CMYK | 0 | 0.78 | 0.20 | 0.28 |
| HSL | 315.63º | 0.63% | 0.44% | - |
| HSV(B) | 315.63º | 0.78% | 0.72% | - |
| XYZ | 25.51 | 13.73 | 28.5 | - |
| YUV | 95.43 | 156.54 | 190.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 41 | 146 | 0 | 0.78 | 0.20 | 0.28 | 315.63 | 0.63 | 0.44 |
| Hex | B7 | 29 | 92 | 0 | 4E | 14 | 1C | 13C | 3F | 2C |
| Octal | 267 | 51 | 222 | 0 | 116 | 24 | 34 | 474 | 77 | 54 |
| Binary | 10110111 | 101001 | 10010010 | 0 | 1001110 | 10100 | 11100 | 100111100 | 111111 | 101100 |
Color Harmonies of #B72992
Complementary color
Monochromatic Colors of #B72992
Black with #B72992
Text Example
Text Example
White with #B72992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72992; }
p { color: rgb(183,41,146); }
H1.HeaderClassName
{
color: #B72992;
}
.AnyTagClassName
{
color: #B72992;
}
</style>
background-color css
<style>
a { background-color: #B72992; }
a { background-color: rgb(183,41,146); }
div.DivClassName
{
background-color: #B72992;
}
.BgClassName
{
background-color: #B72992;
}
</style>
border-color css
<style>
span { border-color: #B72992; }
span { border-color: rgb(183,41,146); }
td.TdClassName
{
border-color: #B72992;
}
.TagClassName
{
border-color: #B72992;
}
</style>