Shades of Medium Red Violet #B9316F
Tints of Medium Red Violet #B9316F
RGB
CMYK
RGB Variations
Color information
#B9316F (or 0xB9316F) is known color: Medium Red Violet. HEX triplet: B9, 31 and 6F. RGB value is (185,49,111). Sum of RGB (Red+Green+Blue) = 185+49+111=345 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.62% from 345); Green value is 49 (19.53% from 255 or 14.20% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 185 - color contains mainly: red. Hex color #B9316F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B9316F is #46CE90. Grayscale: #606060. Windows color (decimal): -4640401 or 7287225. OLE color: 7287225.
HSL color Cylindrical-coordinate representation of color #B9316F: hue angle of 332.65º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B9316F is Cyan = 0, Magento = 0.74, Yellow = 0.4 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 49 | 111 | - |
| CMYK | 0 | 0.74 | 0.4 | 0.27 |
| HSL | 332.65º | 0.58% | 0.46% | - |
| HSV(B) | 332.65º | 0.74% | 0.73% | - |
| XYZ | 23.98 | 13.66 | 16.41 | - |
| YUV | 96.73 | 136.06 | 190.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 49 | 111 | 0 | 0.74 | 0.4 | 0.27 | 332.65 | 0.58 | 0.46 |
| Hex | B9 | 31 | 6F | 0 | 4A | 28 | 1B | 14D | 3A | 2E |
| Octal | 271 | 61 | 157 | 0 | 112 | 50 | 33 | 515 | 72 | 56 |
| Binary | 10111001 | 110001 | 1101111 | 0 | 1001010 | 101000 | 11011 | 101001101 | 111010 | 101110 |
Color Harmonies of #B9316F
Complementary color
Monochromatic Colors of #B9316F
Black with #B9316F
Text Example
Text Example
White with #B9316F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9316F; }
p { color: rgb(185,49,111); }
H1.HeaderClassName
{
color: #B9316F;
}
.AnyTagClassName
{
color: #B9316F;
}
</style>
background-color css
<style>
a { background-color: #B9316F; }
a { background-color: rgb(185,49,111); }
div.DivClassName
{
background-color: #B9316F;
}
.BgClassName
{
background-color: #B9316F;
}
</style>
border-color css
<style>
span { border-color: #B9316F; }
span { border-color: rgb(185,49,111); }
td.TdClassName
{
border-color: #B9316F;
}
.TagClassName
{
border-color: #B9316F;
}
</style>