Shades of Medium Violet Red #B9168C
Tints of Medium Violet Red #B9168C
RGB
CMYK
RGB Variations
Color information
#B9168C (or 0xB9168C) is known color: Medium Violet Red. HEX triplet: B9, 16 and 8C. RGB value is (185,22,140). Sum of RGB (Red+Green+Blue) = 185+22+140=347 (45% of max value = 765). Red value is 185 (72.66% from 255 or 53.31% from 347); Green value is 22 (8.98% from 255 or 6.34% from 347); Blue value is 140 (55.08% from 255 or 40.35% from 347); Max value from RGB is 185 - color contains mainly: red. Hex color #B9168C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B9168C is #46E973. Grayscale: #535353. Windows color (decimal): -4647284 or 9180857. OLE color: 9180857.
HSL color Cylindrical-coordinate representation of color #B9168C: hue angle of 316.56º 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 #B9168C is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 140 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.27 |
| HSL | 316.56º | 0.79% | 0.41% | - |
| HSV(B) | 316.56º | 0.88% | 0.73% | - |
| XYZ | 25.03 | 12.78 | 25.96 | - |
| YUV | 84.19 | 159.5 | 199.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 140 | 0 | 0.88 | 0.24 | 0.27 | 316.56 | 0.79 | 0.41 |
| Hex | B9 | 16 | 8C | 0 | 58 | 18 | 1B | 13D | 4F | 29 |
| Octal | 271 | 26 | 214 | 0 | 130 | 30 | 33 | 475 | 117 | 51 |
| Binary | 10111001 | 10110 | 10001100 | 0 | 1011000 | 11000 | 11011 | 100111101 | 1001111 | 101001 |
Color Harmonies of #B9168C
Complementary color
Monochromatic Colors of #B9168C
Black with #B9168C
Text Example
Text Example
White with #B9168C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9168C; }
p { color: rgb(185,22,140); }
H1.HeaderClassName
{
color: #B9168C;
}
.AnyTagClassName
{
color: #B9168C;
}
</style>
background-color css
<style>
a { background-color: #B9168C; }
a { background-color: rgb(185,22,140); }
div.DivClassName
{
background-color: #B9168C;
}
.BgClassName
{
background-color: #B9168C;
}
</style>
border-color css
<style>
span { border-color: #B9168C; }
span { border-color: rgb(185,22,140); }
td.TdClassName
{
border-color: #B9168C;
}
.TagClassName
{
border-color: #B9168C;
}
</style>