Shades of Medium Violet Red #B5177F
Tints of Medium Violet Red #B5177F
RGB
CMYK
RGB Variations
Color information
#B5177F (or 0xB5177F) is known color: Medium Violet Red. HEX triplet: B5, 17 and 7F. RGB value is (181,23,127). Sum of RGB (Red+Green+Blue) = 181+23+127=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 23 (9.38% from 255 or 6.95% from 331); Blue value is 127 (50% from 255 or 38.37% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B5177F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5177F is #4AE880. Grayscale: #515151. Windows color (decimal): -4909185 or 8329141. OLE color: 8329141.
HSL color Cylindrical-coordinate representation of color #B5177F: hue angle of 320.51º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B5177F is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 127 | - |
| CMYK | 0 | 0.87 | 0.30 | 0.29 |
| HSL | 320.51º | 0.77% | 0.4% | - |
| HSV(B) | 320.51º | 0.87% | 0.71% | - |
| XYZ | 23.19 | 11.97 | 21.17 | - |
| YUV | 82.1 | 153.35 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 127 | 0 | 0.87 | 0.30 | 0.29 | 320.51 | 0.77 | 0.4 |
| Hex | B5 | 17 | 7F | 0 | 57 | 1E | 1D | 141 | 4D | 28 |
| Octal | 265 | 27 | 177 | 0 | 127 | 36 | 35 | 501 | 115 | 50 |
| Binary | 10110101 | 10111 | 1111111 | 0 | 1010111 | 11110 | 11101 | 101000001 | 1001101 | 101000 |
Color Harmonies of #B5177F
Complementary color
Monochromatic Colors of #B5177F
Black with #B5177F
Text Example
Text Example
White with #B5177F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5177F; }
p { color: rgb(181,23,127); }
H1.HeaderClassName
{
color: #B5177F;
}
.AnyTagClassName
{
color: #B5177F;
}
</style>
background-color css
<style>
a { background-color: #B5177F; }
a { background-color: rgb(181,23,127); }
div.DivClassName
{
background-color: #B5177F;
}
.BgClassName
{
background-color: #B5177F;
}
</style>
border-color css
<style>
span { border-color: #B5177F; }
span { border-color: rgb(181,23,127); }
td.TdClassName
{
border-color: #B5177F;
}
.TagClassName
{
border-color: #B5177F;
}
</style>