Shades of Medium Violet Red #B72090
Tints of Medium Violet Red #B72090
RGB
CMYK
RGB Variations
Color information
#B72090 (or 0xB72090) is known color: Medium Violet Red. HEX triplet: B7, 20 and 90. RGB value is (183,32,144). Sum of RGB (Red+Green+Blue) = 183+32+144=359 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.97% from 359); Green value is 32 (12.89% from 255 or 8.91% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 183 - color contains mainly: red. Hex color #B72090 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B72090 is #48DF6F. Grayscale: #595959. Windows color (decimal): -4775792 or 9445559. OLE color: 9445559.
HSL color Cylindrical-coordinate representation of color #B72090: hue angle of 315.5º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B72090 is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 32 | 144 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.28 |
| HSL | 315.5º | 0.7% | 0.42% | - |
| HSV(B) | 315.5º | 0.83% | 0.72% | - |
| XYZ | 25.08 | 13.11 | 27.59 | - |
| YUV | 89.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 32 | 144 | 0 | 0.83 | 0.21 | 0.28 | 315.5 | 0.7 | 0.42 |
| Hex | B7 | 20 | 90 | 0 | 53 | 15 | 1C | 13B | 46 | 2A |
| Octal | 267 | 40 | 220 | 0 | 123 | 25 | 34 | 473 | 106 | 52 |
| Binary | 10110111 | 100000 | 10010000 | 0 | 1010011 | 10101 | 11100 | 100111011 | 1000110 | 101010 |
Color Harmonies of #B72090
Complementary color
Monochromatic Colors of #B72090
Black with #B72090
Text Example
Text Example
White with #B72090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72090; }
p { color: rgb(183,32,144); }
H1.HeaderClassName
{
color: #B72090;
}
.AnyTagClassName
{
color: #B72090;
}
</style>
background-color css
<style>
a { background-color: #B72090; }
a { background-color: rgb(183,32,144); }
div.DivClassName
{
background-color: #B72090;
}
.BgClassName
{
background-color: #B72090;
}
</style>
border-color css
<style>
span { border-color: #B72090; }
span { border-color: rgb(183,32,144); }
td.TdClassName
{
border-color: #B72090;
}
.TagClassName
{
border-color: #B72090;
}
</style>