Shades of Medium Red Violet #B72477
Tints of Medium Red Violet #B72477
RGB
CMYK
RGB Variations
Color information
#B72477 (or 0xB72477) is known color: Medium Red Violet. HEX triplet: B7, 24 and 77. RGB value is (183,36,119). Sum of RGB (Red+Green+Blue) = 183+36+119=338 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.14% from 338); Green value is 36 (14.45% from 255 or 10.65% from 338); Blue value is 119 (46.88% from 255 or 35.21% from 338); Max value from RGB is 183 - color contains mainly: red. Hex color #B72477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72477 is #48DB88. Grayscale: #595959. Windows color (decimal): -4774793 or 7808183. OLE color: 7808183.
HSL color Cylindrical-coordinate representation of color #B72477: hue angle of 326.12º degrees, saturation: 0.67, 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 #B72477 is Cyan = 0, Magento = 0.80, Yellow = 0.35 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 36 | 119 | - |
| CMYK | 0 | 0.80 | 0.35 | 0.28 |
| HSL | 326.12º | 0.67% | 0.43% | - |
| HSV(B) | 326.12º | 0.8% | 0.72% | - |
| XYZ | 23.49 | 12.66 | 18.66 | - |
| YUV | 89.42 | 144.7 | 194.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 36 | 119 | 0 | 0.80 | 0.35 | 0.28 | 326.12 | 0.67 | 0.43 |
| Hex | B7 | 24 | 77 | 0 | 50 | 23 | 1C | 146 | 43 | 2B |
| Octal | 267 | 44 | 167 | 0 | 120 | 43 | 34 | 506 | 103 | 53 |
| Binary | 10110111 | 100100 | 1110111 | 0 | 1010000 | 100011 | 11100 | 101000110 | 1000011 | 101011 |
Color Harmonies of #B72477
Complementary color
Monochromatic Colors of #B72477
Black with #B72477
Text Example
Text Example
White with #B72477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72477; }
p { color: rgb(183,36,119); }
H1.HeaderClassName
{
color: #B72477;
}
.AnyTagClassName
{
color: #B72477;
}
</style>
background-color css
<style>
a { background-color: #B72477; }
a { background-color: rgb(183,36,119); }
div.DivClassName
{
background-color: #B72477;
}
.BgClassName
{
background-color: #B72477;
}
</style>
border-color css
<style>
span { border-color: #B72477; }
span { border-color: rgb(183,36,119); }
td.TdClassName
{
border-color: #B72477;
}
.TagClassName
{
border-color: #B72477;
}
</style>