Shades of Medium Violet Red #B0177E
Tints of Medium Violet Red #B0177E
RGB
CMYK
RGB Variations
Color information
#B0177E (or 0xB0177E) is known color: Medium Violet Red. HEX triplet: B0, 17 and 7E. RGB value is (176,23,126). Sum of RGB (Red+Green+Blue) = 176+23+126=325 (43% of max value = 765). Red value is 176 (69.14% from 255 or 54.15% from 325); Green value is 23 (9.38% from 255 or 7.08% from 325); Blue value is 126 (49.61% from 255 or 38.77% from 325); Max value from RGB is 176 - color contains mainly: red. Hex color #B0177E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0177E is #4FE881. Grayscale: #505050. Windows color (decimal): -5236866 or 8263600. OLE color: 8263600.
HSL color Cylindrical-coordinate representation of color #B0177E: hue angle of 319.61º 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 #B0177E is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 23 | 126 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.31 |
| HSL | 319.61º | 0.77% | 0.39% | - |
| HSV(B) | 319.61º | 0.87% | 0.69% | - |
| XYZ | 21.98 | 11.35 | 20.77 | - |
| YUV | 80.49 | 153.69 | 196.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 23 | 126 | 0 | 0.87 | 0.28 | 0.31 | 319.61 | 0.77 | 0.39 |
| Hex | B0 | 17 | 7E | 0 | 57 | 1C | 1F | 140 | 4D | 27 |
| Octal | 260 | 27 | 176 | 0 | 127 | 34 | 37 | 500 | 115 | 47 |
| Binary | 10110000 | 10111 | 1111110 | 0 | 1010111 | 11100 | 11111 | 101000000 | 1001101 | 100111 |
Color Harmonies of #B0177E
Complementary color
Monochromatic Colors of #B0177E
Black with #B0177E
Text Example
Text Example
White with #B0177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0177E; }
p { color: rgb(176,23,126); }
H1.HeaderClassName
{
color: #B0177E;
}
.AnyTagClassName
{
color: #B0177E;
}
</style>
background-color css
<style>
a { background-color: #B0177E; }
a { background-color: rgb(176,23,126); }
div.DivClassName
{
background-color: #B0177E;
}
.BgClassName
{
background-color: #B0177E;
}
</style>
border-color css
<style>
span { border-color: #B0177E; }
span { border-color: rgb(176,23,126); }
td.TdClassName
{
border-color: #B0177E;
}
.TagClassName
{
border-color: #B0177E;
}
</style>