Shades of Medium Red Violet #B72D90
Tints of Medium Red Violet #B72D90
RGB
CMYK
RGB Variations
Color information
#B72D90 (or 0xB72D90) is known color: Medium Red Violet. HEX triplet: B7, 2D and 90. RGB value is (183,45,144). Sum of RGB (Red+Green+Blue) = 183+45+144=372 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.19% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 144 (56.64% from 255 or 38.71% from 372); Max value from RGB is 183 - color contains mainly: red. Hex color #B72D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72D90 is #48D26F. Grayscale: #616161. Windows color (decimal): -4772464 or 9448887. OLE color: 9448887.
HSL color Cylindrical-coordinate representation of color #B72D90: hue angle of 316.96º 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 #B72D90 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 45 | 144 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.28 |
| HSL | 316.96º | 0.61% | 0.45% | - |
| HSV(B) | 316.96º | 0.75% | 0.72% | - |
| XYZ | 25.5 | 13.96 | 27.74 | - |
| YUV | 97.55 | 154.22 | 188.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 45 | 144 | 0 | 0.75 | 0.21 | 0.28 | 316.96 | 0.61 | 0.45 |
| Hex | B7 | 2D | 90 | 0 | 4B | 15 | 1C | 13D | 3D | 2D |
| Octal | 267 | 55 | 220 | 0 | 113 | 25 | 34 | 475 | 75 | 55 |
| Binary | 10110111 | 101101 | 10010000 | 0 | 1001011 | 10101 | 11100 | 100111101 | 111101 | 101101 |
Color Harmonies of #B72D90
Complementary color
Monochromatic Colors of #B72D90
Black with #B72D90
Text Example
Text Example
White with #B72D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72D90; }
p { color: rgb(183,45,144); }
H1.HeaderClassName
{
color: #B72D90;
}
.AnyTagClassName
{
color: #B72D90;
}
</style>
background-color css
<style>
a { background-color: #B72D90; }
a { background-color: rgb(183,45,144); }
div.DivClassName
{
background-color: #B72D90;
}
.BgClassName
{
background-color: #B72D90;
}
</style>
border-color css
<style>
span { border-color: #B72D90; }
span { border-color: rgb(183,45,144); }
td.TdClassName
{
border-color: #B72D90;
}
.TagClassName
{
border-color: #B72D90;
}
</style>