Shades of Medium Violet Red #B9167D
Tints of Medium Violet Red #B9167D
RGB
CMYK
RGB Variations
Color information
#B9167D (or 0xB9167D) is known color: Medium Violet Red. HEX triplet: B9, 16 and 7D. RGB value is (185,22,125). Sum of RGB (Red+Green+Blue) = 185+22+125=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 22 (8.98% from 255 or 6.63% from 332); Blue value is 125 (49.22% from 255 or 37.65% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9167D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9167D is #46E982. Grayscale: #525252. Windows color (decimal): -4647299 or 8197817. OLE color: 8197817.
HSL color Cylindrical-coordinate representation of color #B9167D: hue angle of 322.09º 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 #B9167D is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 125 | - |
| CMYK | 0 | 0.88 | 0.32 | 0.27 |
| HSL | 322.09º | 0.79% | 0.41% | - |
| HSV(B) | 322.09º | 0.88% | 0.73% | - |
| XYZ | 24 | 12.37 | 20.52 | - |
| YUV | 82.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 125 | 0 | 0.88 | 0.32 | 0.27 | 322.09 | 0.79 | 0.41 |
| Hex | B9 | 16 | 7D | 0 | 58 | 20 | 1B | 142 | 4F | 29 |
| Octal | 271 | 26 | 175 | 0 | 130 | 40 | 33 | 502 | 117 | 51 |
| Binary | 10111001 | 10110 | 1111101 | 0 | 1011000 | 100000 | 11011 | 101000010 | 1001111 | 101001 |
Color Harmonies of #B9167D
Complementary color
Monochromatic Colors of #B9167D
Black with #B9167D
Text Example
Text Example
White with #B9167D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9167D; }
p { color: rgb(185,22,125); }
H1.HeaderClassName
{
color: #B9167D;
}
.AnyTagClassName
{
color: #B9167D;
}
</style>
background-color css
<style>
a { background-color: #B9167D; }
a { background-color: rgb(185,22,125); }
div.DivClassName
{
background-color: #B9167D;
}
.BgClassName
{
background-color: #B9167D;
}
</style>
border-color css
<style>
span { border-color: #B9167D; }
span { border-color: rgb(185,22,125); }
td.TdClassName
{
border-color: #B9167D;
}
.TagClassName
{
border-color: #B9167D;
}
</style>