Shades of Medium Violet Red #B3177C
Tints of Medium Violet Red #B3177C
RGB
CMYK
RGB Variations
Color information
#B3177C (or 0xB3177C) is known color: Medium Violet Red. HEX triplet: B3, 17 and 7C. RGB value is (179,23,124). Sum of RGB (Red+Green+Blue) = 179+23+124=326 (43% of max value = 765). Red value is 179 (70.31% from 255 or 54.91% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 124 (48.83% from 255 or 38.04% from 326); Max value from RGB is 179 - color contains mainly: red. Hex color #B3177C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3177C is #4CE883. Grayscale: #505050. Windows color (decimal): -5040260 or 8132531. OLE color: 8132531.
HSL color Cylindrical-coordinate representation of color #B3177C: hue angle of 321.15º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B3177C is Cyan = 0, Magento = 0.87, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 23 | 124 | - |
| CMYK | 0 | 0.87 | 0.31 | 0.30 |
| HSL | 321.15º | 0.77% | 0.4% | - |
| HSV(B) | 321.15º | 0.87% | 0.7% | - |
| XYZ | 22.53 | 11.65 | 20.13 | - |
| YUV | 81.16 | 152.18 | 197.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 23 | 124 | 0 | 0.87 | 0.31 | 0.30 | 321.15 | 0.77 | 0.4 |
| Hex | B3 | 17 | 7C | 0 | 57 | 1F | 1E | 141 | 4D | 28 |
| Octal | 263 | 27 | 174 | 0 | 127 | 37 | 36 | 501 | 115 | 50 |
| Binary | 10110011 | 10111 | 1111100 | 0 | 1010111 | 11111 | 11110 | 101000001 | 1001101 | 101000 |
Color Harmonies of #B3177C
Complementary color
Monochromatic Colors of #B3177C
Black with #B3177C
Text Example
Text Example
White with #B3177C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3177C; }
p { color: rgb(179,23,124); }
H1.HeaderClassName
{
color: #B3177C;
}
.AnyTagClassName
{
color: #B3177C;
}
</style>
background-color css
<style>
a { background-color: #B3177C; }
a { background-color: rgb(179,23,124); }
div.DivClassName
{
background-color: #B3177C;
}
.BgClassName
{
background-color: #B3177C;
}
</style>
border-color css
<style>
span { border-color: #B3177C; }
span { border-color: rgb(179,23,124); }
td.TdClassName
{
border-color: #B3177C;
}
.TagClassName
{
border-color: #B3177C;
}
</style>