Shades of Medium Red Violet #B72292
Tints of Medium Red Violet #B72292
RGB
CMYK
RGB Variations
Color information
#B72292 (or 0xB72292) is known color: Medium Red Violet. HEX triplet: B7, 22 and 92. RGB value is (183,34,146). Sum of RGB (Red+Green+Blue) = 183+34+146=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 34 (13.67% from 255 or 9.37% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B72292 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72292 is #48DD6D. Grayscale: #5B5B5B. Windows color (decimal): -4775278 or 9577143. OLE color: 9577143.
HSL color Cylindrical-coordinate representation of color #B72292: hue angle of 314.9º 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 #B72292 is Cyan = 0, Magento = 0.81, Yellow = 0.20 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 34 | 146 | - |
| CMYK | 0 | 0.81 | 0.20 | 0.28 |
| HSL | 314.9º | 0.69% | 0.43% | - |
| HSV(B) | 314.9º | 0.81% | 0.72% | - |
| XYZ | 25.29 | 13.29 | 28.43 | - |
| YUV | 91.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 34 | 146 | 0 | 0.81 | 0.20 | 0.28 | 314.9 | 0.69 | 0.43 |
| Hex | B7 | 22 | 92 | 0 | 51 | 14 | 1C | 13B | 45 | 2B |
| Octal | 267 | 42 | 222 | 0 | 121 | 24 | 34 | 473 | 105 | 53 |
| Binary | 10110111 | 100010 | 10010010 | 0 | 1010001 | 10100 | 11100 | 100111011 | 1000101 | 101011 |
Color Harmonies of #B72292
Complementary color
Monochromatic Colors of #B72292
Black with #B72292
Text Example
Text Example
White with #B72292
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72292; }
p { color: rgb(183,34,146); }
H1.HeaderClassName
{
color: #B72292;
}
.AnyTagClassName
{
color: #B72292;
}
</style>
background-color css
<style>
a { background-color: #B72292; }
a { background-color: rgb(183,34,146); }
div.DivClassName
{
background-color: #B72292;
}
.BgClassName
{
background-color: #B72292;
}
</style>
border-color css
<style>
span { border-color: #B72292; }
span { border-color: rgb(183,34,146); }
td.TdClassName
{
border-color: #B72292;
}
.TagClassName
{
border-color: #B72292;
}
</style>