Shades of Medium Red Violet #B72D8E
Tints of Medium Red Violet #B72D8E
RGB
CMYK
RGB Variations
Color information
#B72D8E (or 0xB72D8E) is known color: Medium Red Violet. HEX triplet: B7, 2D and 8E. RGB value is (183,45,142). Sum of RGB (Red+Green+Blue) = 183+45+142=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 142 (55.86% from 255 or 38.38% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D8E is #48D271. Grayscale: #616161. Windows color (decimal): -4772466 or 9317815. OLE color: 9317815.
HSL color Cylindrical-coordinate representation of color #B72D8E: hue angle of 317.83º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72D8E is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 142 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.28 |
| HSL | 317.83º | 0.61% | 0.45% | - |
| HSV(B) | 317.83º | 0.75% | 0.72% | - |
| XYZ | 25.35 | 13.9 | 26.94 | - |
| YUV | 97.32 | 153.22 | 189.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 142 | 0 | 0.75 | 0.22 | 0.28 | 317.83 | 0.61 | 0.45 |
| Hex | B7 | 2D | 8E | 0 | 4B | 16 | 1C | 13E | 3D | 2D |
| Octal | 267 | 55 | 216 | 0 | 113 | 26 | 34 | 476 | 75 | 55 |
| Binary | 10110111 | 101101 | 10001110 | 0 | 1001011 | 10110 | 11100 | 100111110 | 111101 | 101101 |
Color Harmonies of #B72D8E
Complementary color
Monochromatic Colors of #B72D8E
Black with #B72D8E
Text Example
Text Example
White with #B72D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D8E; }
p { color: rgb(183,45,142); }
H1.HeaderClassName
{
color: #B72D8E;
}
.AnyTagClassName
{
color: #B72D8E;
}
</style>
background-color css
<style>
a { background-color: #B72D8E; }
a { background-color: rgb(183,45,142); }
div.DivClassName
{
background-color: #B72D8E;
}
.BgClassName
{
background-color: #B72D8E;
}
</style>
border-color css
<style>
span { border-color: #B72D8E; }
span { border-color: rgb(183,45,142); }
td.TdClassName
{
border-color: #B72D8E;
}
.TagClassName
{
border-color: #B72D8E;
}
</style>