Shades of Medium Red Violet #B72B7D
Tints of Medium Red Violet #B72B7D
RGB
CMYK
RGB Variations
Color information
#B72B7D (or 0xB72B7D) is known color: Medium Red Violet. HEX triplet: B7, 2B and 7D. RGB value is (183,43,125). Sum of RGB (Red+Green+Blue) = 183+43+125=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 43 (17.19% from 255 or 12.25% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B72B7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B72B7D is #48D482. Grayscale: #5E5E5E. Windows color (decimal): -4772995 or 8203191. OLE color: 8203191.
HSL color Cylindrical-coordinate representation of color #B72B7D: hue angle of 324.86º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B72B7D is Cyan = 0, Magento = 0.77, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 43 | 125 | - |
| CMYK | 0 | 0.77 | 0.32 | 0.28 |
| HSL | 324.86º | 0.62% | 0.44% | - |
| HSV(B) | 324.86º | 0.77% | 0.72% | - |
| XYZ | 24.09 | 13.28 | 20.69 | - |
| YUV | 94.21 | 145.38 | 191.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 43 | 125 | 0 | 0.77 | 0.32 | 0.28 | 324.86 | 0.62 | 0.44 |
| Hex | B7 | 2B | 7D | 0 | 4D | 20 | 1C | 145 | 3E | 2C |
| Octal | 267 | 53 | 175 | 0 | 115 | 40 | 34 | 505 | 76 | 54 |
| Binary | 10110111 | 101011 | 1111101 | 0 | 1001101 | 100000 | 11100 | 101000101 | 111110 | 101100 |
Color Harmonies of #B72B7D
Complementary color
Monochromatic Colors of #B72B7D
Black with #B72B7D
Text Example
Text Example
White with #B72B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72B7D; }
p { color: rgb(183,43,125); }
H1.HeaderClassName
{
color: #B72B7D;
}
.AnyTagClassName
{
color: #B72B7D;
}
</style>
background-color css
<style>
a { background-color: #B72B7D; }
a { background-color: rgb(183,43,125); }
div.DivClassName
{
background-color: #B72B7D;
}
.BgClassName
{
background-color: #B72B7D;
}
</style>
border-color css
<style>
span { border-color: #B72B7D; }
span { border-color: rgb(183,43,125); }
td.TdClassName
{
border-color: #B72B7D;
}
.TagClassName
{
border-color: #B72B7D;
}
</style>