Shades of Medium Violet Red #B91875
Tints of Medium Violet Red #B91875
RGB
CMYK
RGB Variations
Color information
#B91875 (or 0xB91875) is known color: Medium Violet Red. HEX triplet: B9, 18 and 75. RGB value is (185,24,117). Sum of RGB (Red+Green+Blue) = 185+24+117=326 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.75% from 326); Green value is 24 (9.77% from 255 or 7.36% from 326); Blue value is 117 (46.09% from 255 or 35.89% from 326); Max value from RGB is 185 - color contains mainly: red. Hex color #B91875 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91875 is #46E78A. Grayscale: #525252. Windows color (decimal): -4646795 or 7674041. OLE color: 7674041.
HSL color Cylindrical-coordinate representation of color #B91875: hue angle of 325.34º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B91875 is Cyan = 0, Magento = 0.87, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 24 | 117 | - |
| CMYK | 0 | 0.87 | 0.37 | 0.27 |
| HSL | 325.34º | 0.77% | 0.41% | - |
| HSV(B) | 325.34º | 0.87% | 0.73% | - |
| XYZ | 23.55 | 12.25 | 17.95 | - |
| YUV | 82.74 | 147.34 | 200.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 24 | 117 | 0 | 0.87 | 0.37 | 0.27 | 325.34 | 0.77 | 0.41 |
| Hex | B9 | 18 | 75 | 0 | 57 | 25 | 1B | 145 | 4D | 29 |
| Octal | 271 | 30 | 165 | 0 | 127 | 45 | 33 | 505 | 115 | 51 |
| Binary | 10111001 | 11000 | 1110101 | 0 | 1010111 | 100101 | 11011 | 101000101 | 1001101 | 101001 |
Color Harmonies of #B91875
Complementary color
Monochromatic Colors of #B91875
Black with #B91875
Text Example
Text Example
White with #B91875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91875; }
p { color: rgb(185,24,117); }
H1.HeaderClassName
{
color: #B91875;
}
.AnyTagClassName
{
color: #B91875;
}
</style>
background-color css
<style>
a { background-color: #B91875; }
a { background-color: rgb(185,24,117); }
div.DivClassName
{
background-color: #B91875;
}
.BgClassName
{
background-color: #B91875;
}
</style>
border-color css
<style>
span { border-color: #B91875; }
span { border-color: rgb(185,24,117); }
td.TdClassName
{
border-color: #B91875;
}
.TagClassName
{
border-color: #B91875;
}
</style>