Shades of Medium Violet Red #B9177A
Tints of Medium Violet Red #B9177A
RGB
CMYK
RGB Variations
Color information
#B9177A (or 0xB9177A) is known color: Medium Violet Red. HEX triplet: B9, 17 and 7A. RGB value is (185,23,122). Sum of RGB (Red+Green+Blue) = 185+23+122=330 (43% of max value = 765). Red value is 185 (72.66% from 255 or 56.06% from 330); Green value is 23 (9.38% from 255 or 6.97% from 330); Blue value is 122 (48.05% from 255 or 36.97% from 330); Max value from RGB is 185 - color contains mainly: red. Hex color #B9177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B9177A is #46E885. Grayscale: #525252. Windows color (decimal): -4647046 or 8001465. OLE color: 8001465.
HSL color Cylindrical-coordinate representation of color #B9177A: hue angle of 323.33º 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 #B9177A is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 122 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.27 |
| HSL | 323.33º | 0.78% | 0.41% | - |
| HSV(B) | 323.33º | 0.88% | 0.73% | - |
| XYZ | 23.83 | 12.33 | 19.54 | - |
| YUV | 82.72 | 150.17 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 122 | 0 | 0.88 | 0.34 | 0.27 | 323.33 | 0.78 | 0.41 |
| Hex | B9 | 17 | 7A | 0 | 58 | 22 | 1B | 143 | 4E | 29 |
| Octal | 271 | 27 | 172 | 0 | 130 | 42 | 33 | 503 | 116 | 51 |
| Binary | 10111001 | 10111 | 1111010 | 0 | 1011000 | 100010 | 11011 | 101000011 | 1001110 | 101001 |
Color Harmonies of #B9177A
Complementary color
Monochromatic Colors of #B9177A
Black with #B9177A
Text Example
Text Example
White with #B9177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9177A; }
p { color: rgb(185,23,122); }
H1.HeaderClassName
{
color: #B9177A;
}
.AnyTagClassName
{
color: #B9177A;
}
</style>
background-color css
<style>
a { background-color: #B9177A; }
a { background-color: rgb(185,23,122); }
div.DivClassName
{
background-color: #B9177A;
}
.BgClassName
{
background-color: #B9177A;
}
</style>
border-color css
<style>
span { border-color: #B9177A; }
span { border-color: rgb(185,23,122); }
td.TdClassName
{
border-color: #B9177A;
}
.TagClassName
{
border-color: #B9177A;
}
</style>