Shades of Medium Red Violet #B72CA0
Tints of Medium Red Violet #B72CA0
RGB
CMYK
RGB Variations
Color information
#B72CA0 (or 0xB72CA0) is known color: Medium Red Violet. HEX triplet: B7, 2C and A0. RGB value is (183,44,160). Sum of RGB (Red+Green+Blue) = 183+44+160=387 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.29% from 387); Green value is 44 (17.58% from 255 or 11.37% from 387); Blue value is 160 (62.89% from 255 or 41.34% from 387); Max value from RGB is 183 - color contains mainly: red. Hex color #B72CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72CA0 is #48D35F. Grayscale: #626262. Windows color (decimal): -4772704 or 10497207. OLE color: 10497207.
HSL color Cylindrical-coordinate representation of color #B72CA0: hue angle of 309.93º 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 #B72CA0 is Cyan = 0, Magento = 0.76, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 44 | 160 | - |
| CMYK | 0 | 0.76 | 0.13 | 0.28 |
| HSL | 309.93º | 0.61% | 0.45% | - |
| HSV(B) | 309.93º | 0.76% | 0.72% | - |
| XYZ | 26.77 | 14.41 | 34.63 | - |
| YUV | 98.79 | 162.55 | 188.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 44 | 160 | 0 | 0.76 | 0.13 | 0.28 | 309.93 | 0.61 | 0.45 |
| Hex | B7 | 2C | A0 | 0 | 4C | D | 1C | 136 | 3D | 2D |
| Octal | 267 | 54 | 240 | 0 | 114 | 15 | 34 | 466 | 75 | 55 |
| Binary | 10110111 | 101100 | 10100000 | 0 | 1001100 | 1101 | 11100 | 100110110 | 111101 | 101101 |
Color Harmonies of #B72CA0
Complementary color
Monochromatic Colors of #B72CA0
Black with #B72CA0
Text Example
Text Example
White with #B72CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72CA0; }
p { color: rgb(183,44,160); }
H1.HeaderClassName
{
color: #B72CA0;
}
.AnyTagClassName
{
color: #B72CA0;
}
</style>
background-color css
<style>
a { background-color: #B72CA0; }
a { background-color: rgb(183,44,160); }
div.DivClassName
{
background-color: #B72CA0;
}
.BgClassName
{
background-color: #B72CA0;
}
</style>
border-color css
<style>
span { border-color: #B72CA0; }
span { border-color: rgb(183,44,160); }
td.TdClassName
{
border-color: #B72CA0;
}
.TagClassName
{
border-color: #B72CA0;
}
</style>