Shades of Medium Red Violet #B72A8E
Tints of Medium Red Violet #B72A8E
RGB
CMYK
RGB Variations
Color information
#B72A8E (or 0xB72A8E) is known color: Medium Red Violet. HEX triplet: B7, 2A and 8E. RGB value is (183,42,142). Sum of RGB (Red+Green+Blue) = 183+42+142=367 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.86% from 367); Green value is 42 (16.80% from 255 or 11.44% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 183 - color contains mainly: red. Hex color #B72A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72A8E is #48D571. Grayscale: #5F5F5F. Windows color (decimal): -4773234 or 9317047. OLE color: 9317047.
HSL color Cylindrical-coordinate representation of color #B72A8E: hue angle of 317.45º degrees, saturation: 0.63, 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 #B72A8E is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 42 | 142 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.28 |
| HSL | 317.45º | 0.63% | 0.44% | - |
| HSV(B) | 317.45º | 0.77% | 0.72% | - |
| XYZ | 25.24 | 13.68 | 26.9 | - |
| YUV | 95.56 | 154.21 | 190.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 42 | 142 | 0 | 0.77 | 0.22 | 0.28 | 317.45 | 0.63 | 0.44 |
| Hex | B7 | 2A | 8E | 0 | 4D | 16 | 1C | 13D | 3F | 2C |
| Octal | 267 | 52 | 216 | 0 | 115 | 26 | 34 | 475 | 77 | 54 |
| Binary | 10110111 | 101010 | 10001110 | 0 | 1001101 | 10110 | 11100 | 100111101 | 111111 | 101100 |
Color Harmonies of #B72A8E
Complementary color
Monochromatic Colors of #B72A8E
Black with #B72A8E
Text Example
Text Example
White with #B72A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72A8E; }
p { color: rgb(183,42,142); }
H1.HeaderClassName
{
color: #B72A8E;
}
.AnyTagClassName
{
color: #B72A8E;
}
</style>
background-color css
<style>
a { background-color: #B72A8E; }
a { background-color: rgb(183,42,142); }
div.DivClassName
{
background-color: #B72A8E;
}
.BgClassName
{
background-color: #B72A8E;
}
</style>
border-color css
<style>
span { border-color: #B72A8E; }
span { border-color: rgb(183,42,142); }
td.TdClassName
{
border-color: #B72A8E;
}
.TagClassName
{
border-color: #B72A8E;
}
</style>