Shades of Medium Violet Red #B91774
Tints of Medium Violet Red #B91774
RGB
CMYK
RGB Variations
Color information
#B91774 (or 0xB91774) is known color: Medium Violet Red. HEX triplet: B9, 17 and 74. RGB value is (185,23,116). Sum of RGB (Red+Green+Blue) = 185+23+116=324 (42% of max value = 765). Red value is 185 (72.66% from 255 or 57.10% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 116 (45.70% from 255 or 35.80% from 324); Max value from RGB is 185 - color contains mainly: red. Hex color #B91774 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91774 is #46E88B. Grayscale: #515151. Windows color (decimal): -4647052 or 7608249. OLE color: 7608249.
HSL color Cylindrical-coordinate representation of color #B91774: hue angle of 325.56º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91774 is Cyan = 0, Magento = 0.88, Yellow = 0.37 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 116 | - |
| CMYK | 0 | 0.88 | 0.37 | 0.27 |
| HSL | 325.56º | 0.78% | 0.41% | - |
| HSV(B) | 325.56º | 0.88% | 0.73% | - |
| XYZ | 23.47 | 12.19 | 17.64 | - |
| YUV | 82.04 | 147.17 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 116 | 0 | 0.88 | 0.37 | 0.27 | 325.56 | 0.78 | 0.41 |
| Hex | B9 | 17 | 74 | 0 | 58 | 25 | 1B | 146 | 4E | 29 |
| Octal | 271 | 27 | 164 | 0 | 130 | 45 | 33 | 506 | 116 | 51 |
| Binary | 10111001 | 10111 | 1110100 | 0 | 1011000 | 100101 | 11011 | 101000110 | 1001110 | 101001 |
Color Harmonies of #B91774
Complementary color
Monochromatic Colors of #B91774
Black with #B91774
Text Example
Text Example
White with #B91774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91774; }
p { color: rgb(185,23,116); }
H1.HeaderClassName
{
color: #B91774;
}
.AnyTagClassName
{
color: #B91774;
}
</style>
background-color css
<style>
a { background-color: #B91774; }
a { background-color: rgb(185,23,116); }
div.DivClassName
{
background-color: #B91774;
}
.BgClassName
{
background-color: #B91774;
}
</style>
border-color css
<style>
span { border-color: #B91774; }
span { border-color: rgb(185,23,116); }
td.TdClassName
{
border-color: #B91774;
}
.TagClassName
{
border-color: #B91774;
}
</style>