Shades of Medium Violet Red #B9177C
Tints of Medium Violet Red #B9177C
RGB
CMYK
RGB Variations
Color information
#B9177C (or 0xB9177C) is known color: Medium Violet Red. HEX triplet: B9, 17 and 7C. RGB value is (185,23,124). Sum of RGB (Red+Green+Blue) = 185+23+124=332 (43% of max value = 765). Red value is 185 (72.66% from 255 or 55.72% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 124 (48.83% from 255 or 37.35% from 332); Max value from RGB is 185 - color contains mainly: red. Hex color #B9177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9177C is #46E883. Grayscale: #525252. Windows color (decimal): -4647044 or 8132537. OLE color: 8132537.
HSL color Cylindrical-coordinate representation of color #B9177C: hue angle of 322.59º 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 #B9177C is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 124 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.27 |
| HSL | 322.59º | 0.78% | 0.41% | - |
| HSV(B) | 322.59º | 0.88% | 0.73% | - |
| XYZ | 23.95 | 12.38 | 20.2 | - |
| YUV | 82.95 | 151.17 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 124 | 0 | 0.88 | 0.33 | 0.27 | 322.59 | 0.78 | 0.41 |
| Hex | B9 | 17 | 7C | 0 | 58 | 21 | 1B | 143 | 4E | 29 |
| Octal | 271 | 27 | 174 | 0 | 130 | 41 | 33 | 503 | 116 | 51 |
| Binary | 10111001 | 10111 | 1111100 | 0 | 1011000 | 100001 | 11011 | 101000011 | 1001110 | 101001 |
Color Harmonies of #B9177C
Complementary color
Monochromatic Colors of #B9177C
Black with #B9177C
Text Example
Text Example
White with #B9177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9177C; }
p { color: rgb(185,23,124); }
H1.HeaderClassName
{
color: #B9177C;
}
.AnyTagClassName
{
color: #B9177C;
}
</style>
background-color css
<style>
a { background-color: #B9177C; }
a { background-color: rgb(185,23,124); }
div.DivClassName
{
background-color: #B9177C;
}
.BgClassName
{
background-color: #B9177C;
}
</style>
border-color css
<style>
span { border-color: #B9177C; }
span { border-color: rgb(185,23,124); }
td.TdClassName
{
border-color: #B9177C;
}
.TagClassName
{
border-color: #B9177C;
}
</style>