Shades of Medium Red Violet #B72C7E
Tints of Medium Red Violet #B72C7E
RGB
CMYK
RGB Variations
Color information
#B72C7E (or 0xB72C7E) is known color: Medium Red Violet. HEX triplet: B7, 2C and 7E. RGB value is (183,44,126). Sum of RGB (Red+Green+Blue) = 183+44+126=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 44 (17.58% from 255 or 12.46% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B72C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72C7E is #48D381. Grayscale: #5E5E5E. Windows color (decimal): -4772738 or 8268983. OLE color: 8268983.
HSL color Cylindrical-coordinate representation of color #B72C7E: hue angle of 324.6º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B72C7E is Cyan = 0, Magento = 0.76, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 126 | - |
| CMYK | 0 | 0.76 | 0.31 | 0.28 |
| HSL | 324.6º | 0.61% | 0.45% | - |
| HSV(B) | 324.6º | 0.76% | 0.72% | - |
| XYZ | 24.2 | 13.38 | 21.05 | - |
| YUV | 94.91 | 145.55 | 190.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 126 | 0 | 0.76 | 0.31 | 0.28 | 324.6 | 0.61 | 0.45 |
| Hex | B7 | 2C | 7E | 0 | 4C | 1F | 1C | 145 | 3D | 2D |
| Octal | 267 | 54 | 176 | 0 | 114 | 37 | 34 | 505 | 75 | 55 |
| Binary | 10110111 | 101100 | 1111110 | 0 | 1001100 | 11111 | 11100 | 101000101 | 111101 | 101101 |
Color Harmonies of #B72C7E
Complementary color
Monochromatic Colors of #B72C7E
Black with #B72C7E
Text Example
Text Example
White with #B72C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72C7E; }
p { color: rgb(183,44,126); }
H1.HeaderClassName
{
color: #B72C7E;
}
.AnyTagClassName
{
color: #B72C7E;
}
</style>
background-color css
<style>
a { background-color: #B72C7E; }
a { background-color: rgb(183,44,126); }
div.DivClassName
{
background-color: #B72C7E;
}
.BgClassName
{
background-color: #B72C7E;
}
</style>
border-color css
<style>
span { border-color: #B72C7E; }
span { border-color: rgb(183,44,126); }
td.TdClassName
{
border-color: #B72C7E;
}
.TagClassName
{
border-color: #B72C7E;
}
</style>