Shades of Medium Red Violet #B72E90
Tints of Medium Red Violet #B72E90
RGB
CMYK
RGB Variations
Color information
#B72E90 (or 0xB72E90) is known color: Medium Red Violet. HEX triplet: B7, 2E and 90. RGB value is (183,46,144). Sum of RGB (Red+Green+Blue) = 183+46+144=373 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.06% from 373); Green value is 46 (18.36% from 255 or 12.33% from 373); Blue value is 144 (56.64% from 255 or 38.61% from 373); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72E90 is #48D16F. Grayscale: #616161. Windows color (decimal): -4772208 or 9449143. OLE color: 9449143.
HSL color Cylindrical-coordinate representation of color #B72E90: hue angle of 317.08º degrees, saturation: 0.6, 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 #B72E90 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 144 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.28 |
| HSL | 317.08º | 0.6% | 0.45% | - |
| HSV(B) | 317.08º | 0.75% | 0.72% | - |
| XYZ | 25.54 | 14.03 | 27.75 | - |
| YUV | 98.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 144 | 0 | 0.75 | 0.21 | 0.28 | 317.08 | 0.6 | 0.45 |
| Hex | B7 | 2E | 90 | 0 | 4B | 15 | 1C | 13D | 3C | 2D |
| Octal | 267 | 56 | 220 | 0 | 113 | 25 | 34 | 475 | 74 | 55 |
| Binary | 10110111 | 101110 | 10010000 | 0 | 1001011 | 10101 | 11100 | 100111101 | 111100 | 101101 |
Color Harmonies of #B72E90
Complementary color
Monochromatic Colors of #B72E90
Black with #B72E90
Text Example
Text Example
White with #B72E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E90; }
p { color: rgb(183,46,144); }
H1.HeaderClassName
{
color: #B72E90;
}
.AnyTagClassName
{
color: #B72E90;
}
</style>
background-color css
<style>
a { background-color: #B72E90; }
a { background-color: rgb(183,46,144); }
div.DivClassName
{
background-color: #B72E90;
}
.BgClassName
{
background-color: #B72E90;
}
</style>
border-color css
<style>
span { border-color: #B72E90; }
span { border-color: rgb(183,46,144); }
td.TdClassName
{
border-color: #B72E90;
}
.TagClassName
{
border-color: #B72E90;
}
</style>