Shades of Medium Violet Red #B1177C
Tints of Medium Violet Red #B1177C
RGB
CMYK
RGB Variations
Color information
#B1177C (or 0xB1177C) is known color: Medium Violet Red. HEX triplet: B1, 17 and 7C. RGB value is (177,23,124). Sum of RGB (Red+Green+Blue) = 177+23+124=324 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.63% from 324); Green value is 23 (9.38% from 255 or 7.10% from 324); Blue value is 124 (48.83% from 255 or 38.27% from 324); Max value from RGB is 177 - color contains mainly: red. Hex color #B1177C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1177C is #4EE883. Grayscale: #505050. Windows color (decimal): -5171332 or 8132529. OLE color: 8132529.
HSL color Cylindrical-coordinate representation of color #B1177C: hue angle of 320.65º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B1177C is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 23 | 124 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.31 |
| HSL | 320.65º | 0.77% | 0.39% | - |
| HSV(B) | 320.65º | 0.87% | 0.69% | - |
| XYZ | 22.08 | 11.42 | 20.11 | - |
| YUV | 80.56 | 152.52 | 196.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 23 | 124 | 0 | 0.87 | 0.30 | 0.31 | 320.65 | 0.77 | 0.39 |
| Hex | B1 | 17 | 7C | 0 | 57 | 1E | 1F | 141 | 4D | 27 |
| Octal | 261 | 27 | 174 | 0 | 127 | 36 | 37 | 501 | 115 | 47 |
| Binary | 10110001 | 10111 | 1111100 | 0 | 1010111 | 11110 | 11111 | 101000001 | 1001101 | 100111 |
Color Harmonies of #B1177C
Complementary color
Monochromatic Colors of #B1177C
Black with #B1177C
Text Example
Text Example
White with #B1177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1177C; }
p { color: rgb(177,23,124); }
H1.HeaderClassName
{
color: #B1177C;
}
.AnyTagClassName
{
color: #B1177C;
}
</style>
background-color css
<style>
a { background-color: #B1177C; }
a { background-color: rgb(177,23,124); }
div.DivClassName
{
background-color: #B1177C;
}
.BgClassName
{
background-color: #B1177C;
}
</style>
border-color css
<style>
span { border-color: #B1177C; }
span { border-color: rgb(177,23,124); }
td.TdClassName
{
border-color: #B1177C;
}
.TagClassName
{
border-color: #B1177C;
}
</style>