Shades of Medium Violet Red #B91C75
Tints of Medium Violet Red #B91C75
RGB
CMYK
RGB Variations
Color information
#B91C75 (or 0xB91C75) is known color: Medium Violet Red. HEX triplet: B9, 1C and 75. RGB value is (185,28,117). Sum of RGB (Red+Green+Blue) = 185+28+117=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 117 (46.09% from 255 or 35.45% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B91C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91C75 is #46E38A. Grayscale: #545454. Windows color (decimal): -4645771 or 7675065. OLE color: 7675065.
HSL color Cylindrical-coordinate representation of color #B91C75: hue angle of 325.99º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91C75 is Cyan = 0, Magento = 0.85, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 28 | 117 | - |
| CMYK | 0 | 0.85 | 0.37 | 0.27 |
| HSL | 325.99º | 0.74% | 0.42% | - |
| HSV(B) | 325.99º | 0.85% | 0.73% | - |
| XYZ | 23.63 | 12.43 | 17.98 | - |
| YUV | 85.09 | 146.01 | 199.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 28 | 117 | 0 | 0.85 | 0.37 | 0.27 | 325.99 | 0.74 | 0.42 |
| Hex | B9 | 1C | 75 | 0 | 55 | 25 | 1B | 146 | 4A | 2A |
| Octal | 271 | 34 | 165 | 0 | 125 | 45 | 33 | 506 | 112 | 52 |
| Binary | 10111001 | 11100 | 1110101 | 0 | 1010101 | 100101 | 11011 | 101000110 | 1001010 | 101010 |
Color Harmonies of #B91C75
Complementary color
Monochromatic Colors of #B91C75
Black with #B91C75
Text Example
Text Example
White with #B91C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91C75; }
p { color: rgb(185,28,117); }
H1.HeaderClassName
{
color: #B91C75;
}
.AnyTagClassName
{
color: #B91C75;
}
</style>
background-color css
<style>
a { background-color: #B91C75; }
a { background-color: rgb(185,28,117); }
div.DivClassName
{
background-color: #B91C75;
}
.BgClassName
{
background-color: #B91C75;
}
</style>
border-color css
<style>
span { border-color: #B91C75; }
span { border-color: rgb(185,28,117); }
td.TdClassName
{
border-color: #B91C75;
}
.TagClassName
{
border-color: #B91C75;
}
</style>