Shades of Medium Red Violet #B7377D
Tints of Medium Red Violet #B7377D
RGB
CMYK
RGB Variations
Color information
#B7377D (or 0xB7377D) is known color: Medium Red Violet. HEX triplet: B7, 37 and 7D. RGB value is (183,55,125). Sum of RGB (Red+Green+Blue) = 183+55+125=363 (48% of max value = 765). Red value is 183 (71.88% from 255 or 50.41% from 363); Green value is 55 (21.88% from 255 or 15.15% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 183 - color contains mainly: red. Hex color #B7377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7377D is #48C882. Grayscale: #656565. Windows color (decimal): -4769923 or 8206263. OLE color: 8206263.
HSL color Cylindrical-coordinate representation of color #B7377D: hue angle of 327.19º 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 #B7377D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 55 | 125 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.28 |
| HSL | 327.19º | 0.54% | 0.47% | - |
| HSV(B) | 327.19º | 0.7% | 0.72% | - |
| XYZ | 24.6 | 14.28 | 20.86 | - |
| YUV | 101.25 | 141.41 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 55 | 125 | 0 | 0.70 | 0.32 | 0.28 | 327.19 | 0.54 | 0.47 |
| Hex | B7 | 37 | 7D | 0 | 46 | 20 | 1C | 147 | 36 | 2F |
| Octal | 267 | 67 | 175 | 0 | 106 | 40 | 34 | 507 | 66 | 57 |
| Binary | 10110111 | 110111 | 1111101 | 0 | 1000110 | 100000 | 11100 | 101000111 | 110110 | 101111 |
Color Harmonies of #B7377D
Complementary color
Monochromatic Colors of #B7377D
Black with #B7377D
Text Example
Text Example
White with #B7377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7377D; }
p { color: rgb(183,55,125); }
H1.HeaderClassName
{
color: #B7377D;
}
.AnyTagClassName
{
color: #B7377D;
}
</style>
background-color css
<style>
a { background-color: #B7377D; }
a { background-color: rgb(183,55,125); }
div.DivClassName
{
background-color: #B7377D;
}
.BgClassName
{
background-color: #B7377D;
}
</style>
border-color css
<style>
span { border-color: #B7377D; }
span { border-color: rgb(183,55,125); }
td.TdClassName
{
border-color: #B7377D;
}
.TagClassName
{
border-color: #B7377D;
}
</style>