Shades of Medium Violet Red #B91D73
Tints of Medium Violet Red #B91D73
RGB
CMYK
RGB Variations
Color information
#B91D73 (or 0xB91D73) is known color: Medium Violet Red. HEX triplet: B9, 1D and 73. RGB value is (185,29,115). Sum of RGB (Red+Green+Blue) = 185+29+115=329 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.23% from 329); Green value is 29 (11.72% from 255 or 8.81% from 329); Blue value is 115 (45.31% from 255 or 34.95% from 329); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D73 is #46E28C. Grayscale: #555555. Windows color (decimal): -4645517 or 7544249. OLE color: 7544249.
HSL color Cylindrical-coordinate representation of color #B91D73: hue angle of 326.92º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D73 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 115 | - |
| CMYK | 0 | 0.84 | 0.38 | 0.27 |
| HSL | 326.92º | 0.73% | 0.42% | - |
| HSV(B) | 326.92º | 0.84% | 0.73% | - |
| XYZ | 23.54 | 12.43 | 17.38 | - |
| YUV | 85.45 | 144.68 | 199.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 115 | 0 | 0.84 | 0.38 | 0.27 | 326.92 | 0.73 | 0.42 |
| Hex | B9 | 1D | 73 | 0 | 54 | 26 | 1B | 147 | 49 | 2A |
| Octal | 271 | 35 | 163 | 0 | 124 | 46 | 33 | 507 | 111 | 52 |
| Binary | 10111001 | 11101 | 1110011 | 0 | 1010100 | 100110 | 11011 | 101000111 | 1001001 | 101010 |
Color Harmonies of #B91D73
Complementary color
Monochromatic Colors of #B91D73
Black with #B91D73
Text Example
Text Example
White with #B91D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D73; }
p { color: rgb(185,29,115); }
H1.HeaderClassName
{
color: #B91D73;
}
.AnyTagClassName
{
color: #B91D73;
}
</style>
background-color css
<style>
a { background-color: #B91D73; }
a { background-color: rgb(185,29,115); }
div.DivClassName
{
background-color: #B91D73;
}
.BgClassName
{
background-color: #B91D73;
}
</style>
border-color css
<style>
span { border-color: #B91D73; }
span { border-color: rgb(185,29,115); }
td.TdClassName
{
border-color: #B91D73;
}
.TagClassName
{
border-color: #B91D73;
}
</style>