Shades of Medium Red Violet #B72591
Tints of Medium Red Violet #B72591
RGB
CMYK
RGB Variations
Color information
#B72591 (or 0xB72591) is known color: Medium Red Violet. HEX triplet: B7, 25 and 91. RGB value is (183,37,145). Sum of RGB (Red+Green+Blue) = 183+37+145=365 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.14% from 365); Green value is 37 (14.84% from 255 or 10.14% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 183 - color contains mainly: red. Hex color #B72591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72591 is #48DA6E. Grayscale: #5C5C5C. Windows color (decimal): -4774511 or 9512375. OLE color: 9512375.
HSL color Cylindrical-coordinate representation of color #B72591: hue angle of 315.62º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B72591 is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 37 | 145 | - |
| CMYK | 0 | 0.80 | 0.21 | 0.28 |
| HSL | 315.62º | 0.66% | 0.43% | - |
| HSV(B) | 315.62º | 0.8% | 0.72% | - |
| XYZ | 25.3 | 13.43 | 28.05 | - |
| YUV | 92.97 | 157.37 | 192.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 37 | 145 | 0 | 0.80 | 0.21 | 0.28 | 315.62 | 0.66 | 0.43 |
| Hex | B7 | 25 | 91 | 0 | 50 | 15 | 1C | 13C | 42 | 2B |
| Octal | 267 | 45 | 221 | 0 | 120 | 25 | 34 | 474 | 102 | 53 |
| Binary | 10110111 | 100101 | 10010001 | 0 | 1010000 | 10101 | 11100 | 100111100 | 1000010 | 101011 |
Color Harmonies of #B72591
Complementary color
Monochromatic Colors of #B72591
Black with #B72591
Text Example
Text Example
White with #B72591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72591; }
p { color: rgb(183,37,145); }
H1.HeaderClassName
{
color: #B72591;
}
.AnyTagClassName
{
color: #B72591;
}
</style>
background-color css
<style>
a { background-color: #B72591; }
a { background-color: rgb(183,37,145); }
div.DivClassName
{
background-color: #B72591;
}
.BgClassName
{
background-color: #B72591;
}
</style>
border-color css
<style>
span { border-color: #B72591; }
span { border-color: rgb(183,37,145); }
td.TdClassName
{
border-color: #B72591;
}
.TagClassName
{
border-color: #B72591;
}
</style>