Shades of Medium Red Violet #B5377E
Tints of Medium Red Violet #B5377E
RGB
CMYK
RGB Variations
Color information
#B5377E (or 0xB5377E) is known color: Medium Red Violet. HEX triplet: B5, 37 and 7E. RGB value is (181,55,126). Sum of RGB (Red+Green+Blue) = 181+55+126=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 126 (49.61% from 255 or 34.81% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B5377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5377E is #4AC881. Grayscale: #646464. Windows color (decimal): -4900994 or 8271797. OLE color: 8271797.
HSL color Cylindrical-coordinate representation of color #B5377E: hue angle of 326.19º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5377E is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 126 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.29 |
| HSL | 326.19º | 0.53% | 0.46% | - |
| HSV(B) | 326.19º | 0.7% | 0.71% | - |
| XYZ | 24.19 | 14.06 | 21.18 | - |
| YUV | 100.77 | 142.24 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 126 | 0 | 0.70 | 0.30 | 0.29 | 326.19 | 0.53 | 0.46 |
| Hex | B5 | 37 | 7E | 0 | 46 | 1E | 1D | 146 | 35 | 2E |
| Octal | 265 | 67 | 176 | 0 | 106 | 36 | 35 | 506 | 65 | 56 |
| Binary | 10110101 | 110111 | 1111110 | 0 | 1000110 | 11110 | 11101 | 101000110 | 110101 | 101110 |
Color Harmonies of #B5377E
Complementary color
Monochromatic Colors of #B5377E
Black with #B5377E
Text Example
Text Example
White with #B5377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5377E; }
p { color: rgb(181,55,126); }
H1.HeaderClassName
{
color: #B5377E;
}
.AnyTagClassName
{
color: #B5377E;
}
</style>
background-color css
<style>
a { background-color: #B5377E; }
a { background-color: rgb(181,55,126); }
div.DivClassName
{
background-color: #B5377E;
}
.BgClassName
{
background-color: #B5377E;
}
</style>
border-color css
<style>
span { border-color: #B5377E; }
span { border-color: rgb(181,55,126); }
td.TdClassName
{
border-color: #B5377E;
}
.TagClassName
{
border-color: #B5377E;
}
</style>