Shades of Medium Violet Red #B5177A
Tints of Medium Violet Red #B5177A
RGB
CMYK
RGB Variations
Color information
#B5177A (or 0xB5177A) is known color: Medium Violet Red. HEX triplet: B5, 17 and 7A. RGB value is (181,23,122). Sum of RGB (Red+Green+Blue) = 181+23+122=326 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.52% from 326); Green value is 23 (9.38% from 255 or 7.06% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 181 - color contains mainly: red. Hex color #B5177A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5177A is #4AE885. Grayscale: #515151. Windows color (decimal): -4909190 or 8001461. OLE color: 8001461.
HSL color Cylindrical-coordinate representation of color #B5177A: hue angle of 322.41º 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 #B5177A is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 23 | 122 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.29 |
| HSL | 322.41º | 0.77% | 0.4% | - |
| HSV(B) | 322.41º | 0.87% | 0.71% | - |
| XYZ | 22.88 | 11.84 | 19.49 | - |
| YUV | 81.53 | 150.85 | 198.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 23 | 122 | 0 | 0.87 | 0.33 | 0.29 | 322.41 | 0.77 | 0.4 |
| Hex | B5 | 17 | 7A | 0 | 57 | 21 | 1D | 142 | 4D | 28 |
| Octal | 265 | 27 | 172 | 0 | 127 | 41 | 35 | 502 | 115 | 50 |
| Binary | 10110101 | 10111 | 1111010 | 0 | 1010111 | 100001 | 11101 | 101000010 | 1001101 | 101000 |
Color Harmonies of #B5177A
Complementary color
Monochromatic Colors of #B5177A
Black with #B5177A
Text Example
Text Example
White with #B5177A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5177A; }
p { color: rgb(181,23,122); }
H1.HeaderClassName
{
color: #B5177A;
}
.AnyTagClassName
{
color: #B5177A;
}
</style>
background-color css
<style>
a { background-color: #B5177A; }
a { background-color: rgb(181,23,122); }
div.DivClassName
{
background-color: #B5177A;
}
.BgClassName
{
background-color: #B5177A;
}
</style>
border-color css
<style>
span { border-color: #B5177A; }
span { border-color: rgb(181,23,122); }
td.TdClassName
{
border-color: #B5177A;
}
.TagClassName
{
border-color: #B5177A;
}
</style>