Shades of Medium Violet Red #B9167B
Tints of Medium Violet Red #B9167B
RGB
CMYK
RGB Variations
Color information
#B9167B (or 0xB9167B) is known color: Medium Violet Red. HEX triplet: B9, 16 and 7B. RGB value is (185,22,123). Sum of RGB (Red+Green+Blue) = 185+22+123=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 123 (48.44% from 255 or 37.27% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9167B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9167B is #46E984. Grayscale: #525252. Windows color (decimal): -4647301 or 8066745. OLE color: 8066745.
HSL color Cylindrical-coordinate representation of color #B9167B: hue angle of 322.82º degrees, saturation: 0.79, 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 #B9167B is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 123 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.27 |
| HSL | 322.82º | 0.79% | 0.41% | - |
| HSV(B) | 322.82º | 0.88% | 0.73% | - |
| XYZ | 23.87 | 12.32 | 19.86 | - |
| YUV | 82.25 | 151 | 201.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 123 | 0 | 0.88 | 0.34 | 0.27 | 322.82 | 0.79 | 0.41 |
| Hex | B9 | 16 | 7B | 0 | 58 | 22 | 1B | 143 | 4F | 29 |
| Octal | 271 | 26 | 173 | 0 | 130 | 42 | 33 | 503 | 117 | 51 |
| Binary | 10111001 | 10110 | 1111011 | 0 | 1011000 | 100010 | 11011 | 101000011 | 1001111 | 101001 |
Color Harmonies of #B9167B
Complementary color
Monochromatic Colors of #B9167B
Black with #B9167B
Text Example
Text Example
White with #B9167B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9167B; }
p { color: rgb(185,22,123); }
H1.HeaderClassName
{
color: #B9167B;
}
.AnyTagClassName
{
color: #B9167B;
}
</style>
background-color css
<style>
a { background-color: #B9167B; }
a { background-color: rgb(185,22,123); }
div.DivClassName
{
background-color: #B9167B;
}
.BgClassName
{
background-color: #B9167B;
}
</style>
border-color css
<style>
span { border-color: #B9167B; }
span { border-color: rgb(185,22,123); }
td.TdClassName
{
border-color: #B9167B;
}
.TagClassName
{
border-color: #B9167B;
}
</style>