Shades of Medium Violet Red #B91575
Tints of Medium Violet Red #B91575
RGB
CMYK
RGB Variations
Color information
#B91575 (or 0xB91575) is known color: Medium Violet Red. HEX triplet: B9, 15 and 75. RGB value is (185,21,117). Sum of RGB (Red+Green+Blue) = 185+21+117=323 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.28% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 117 (46.09% from 255 or 36.22% from 323); Max value from RGB is 185 - color contains mainly: red. Hex color #B91575 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91575 is #46EA8A. Grayscale: #505050. Windows color (decimal): -4647563 or 7673273. OLE color: 7673273.
HSL color Cylindrical-coordinate representation of color #B91575: hue angle of 324.88º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91575 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 21 | 117 | - |
| CMYK | 0 | 0.89 | 0.37 | 0.27 |
| HSL | 324.88º | 0.8% | 0.4% | - |
| HSV(B) | 324.88º | 0.89% | 0.73% | - |
| XYZ | 23.49 | 12.13 | 17.93 | - |
| YUV | 80.98 | 148.33 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 21 | 117 | 0 | 0.89 | 0.37 | 0.27 | 324.88 | 0.8 | 0.4 |
| Hex | B9 | 15 | 75 | 0 | 59 | 25 | 1B | 145 | 50 | 28 |
| Octal | 271 | 25 | 165 | 0 | 131 | 45 | 33 | 505 | 120 | 50 |
| Binary | 10111001 | 10101 | 1110101 | 0 | 1011001 | 100101 | 11011 | 101000101 | 1010000 | 101000 |
Color Harmonies of #B91575
Complementary color
Monochromatic Colors of #B91575
Black with #B91575
Text Example
Text Example
White with #B91575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91575; }
p { color: rgb(185,21,117); }
H1.HeaderClassName
{
color: #B91575;
}
.AnyTagClassName
{
color: #B91575;
}
</style>
background-color css
<style>
a { background-color: #B91575; }
a { background-color: rgb(185,21,117); }
div.DivClassName
{
background-color: #B91575;
}
.BgClassName
{
background-color: #B91575;
}
</style>
border-color css
<style>
span { border-color: #B91575; }
span { border-color: rgb(185,21,117); }
td.TdClassName
{
border-color: #B91575;
}
.TagClassName
{
border-color: #B91575;
}
</style>