Shades of Medium Red Violet #B7377E
Tints of Medium Red Violet #B7377E
RGB
CMYK
RGB Variations
Color information
#B7377E (or 0xB7377E) is known color: Medium Red Violet. HEX triplet: B7, 37 and 7E. RGB value is (183,55,126). Sum of RGB (Red+Green+Blue) = 183+55+126=364 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.27% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 183 - color contains mainly: red. Hex color #B7377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7377E is #48C881. Grayscale: #656565. Windows color (decimal): -4769922 or 8271799. OLE color: 8271799.
HSL color Cylindrical-coordinate representation of color #B7377E: hue angle of 326.72º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7377E is Cyan = 0, Magento = 0.70, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 126 | - |
| CMYK | 0 | 0.70 | 0.31 | 0.28 |
| HSL | 326.72º | 0.54% | 0.47% | - |
| HSV(B) | 326.72º | 0.7% | 0.72% | - |
| XYZ | 24.66 | 14.31 | 21.2 | - |
| YUV | 101.37 | 141.91 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 126 | 0 | 0.70 | 0.31 | 0.28 | 326.72 | 0.54 | 0.47 |
| Hex | B7 | 37 | 7E | 0 | 46 | 1F | 1C | 147 | 36 | 2F |
| Octal | 267 | 67 | 176 | 0 | 106 | 37 | 34 | 507 | 66 | 57 |
| Binary | 10110111 | 110111 | 1111110 | 0 | 1000110 | 11111 | 11100 | 101000111 | 110110 | 101111 |
Color Harmonies of #B7377E
Complementary color
Monochromatic Colors of #B7377E
Black with #B7377E
Text Example
Text Example
White with #B7377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7377E; }
p { color: rgb(183,55,126); }
H1.HeaderClassName
{
color: #B7377E;
}
.AnyTagClassName
{
color: #B7377E;
}
</style>
background-color css
<style>
a { background-color: #B7377E; }
a { background-color: rgb(183,55,126); }
div.DivClassName
{
background-color: #B7377E;
}
.BgClassName
{
background-color: #B7377E;
}
</style>
border-color css
<style>
span { border-color: #B7377E; }
span { border-color: rgb(183,55,126); }
td.TdClassName
{
border-color: #B7377E;
}
.TagClassName
{
border-color: #B7377E;
}
</style>