Shades of Medium Red Violet #B8377D
Tints of Medium Red Violet #B8377D
RGB
CMYK
RGB Variations
Color information
#B8377D (or 0xB8377D) is known color: Medium Red Violet. HEX triplet: B8, 37 and 7D. RGB value is (184,55,125). Sum of RGB (Red+Green+Blue) = 184+55+125=364 (48% of max value = 765). Red value is 184 (72.27% from 255 or 50.55% from 364); Green value is 55 (21.88% from 255 or 15.11% from 364); Blue value is 125 (49.22% from 255 or 34.34% from 364); Max value from RGB is 184 - color contains mainly: red. Hex color #B8377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B8377D is #47C882. Grayscale: #656565. Windows color (decimal): -4704387 or 8206264. OLE color: 8206264.
HSL color Cylindrical-coordinate representation of color #B8377D: hue angle of 327.44º 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 #B8377D is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 55 | 125 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.28 |
| HSL | 327.44º | 0.54% | 0.47% | - |
| HSV(B) | 327.44º | 0.7% | 0.72% | - |
| XYZ | 24.84 | 14.4 | 20.87 | - |
| YUV | 101.55 | 141.24 | 186.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 55 | 125 | 0 | 0.70 | 0.32 | 0.28 | 327.44 | 0.54 | 0.47 |
| Hex | B8 | 37 | 7D | 0 | 46 | 20 | 1C | 147 | 36 | 2F |
| Octal | 270 | 67 | 175 | 0 | 106 | 40 | 34 | 507 | 66 | 57 |
| Binary | 10111000 | 110111 | 1111101 | 0 | 1000110 | 100000 | 11100 | 101000111 | 110110 | 101111 |
Color Harmonies of #B8377D
Complementary color
Monochromatic Colors of #B8377D
Black with #B8377D
Text Example
Text Example
White with #B8377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8377D; }
p { color: rgb(184,55,125); }
H1.HeaderClassName
{
color: #B8377D;
}
.AnyTagClassName
{
color: #B8377D;
}
</style>
background-color css
<style>
a { background-color: #B8377D; }
a { background-color: rgb(184,55,125); }
div.DivClassName
{
background-color: #B8377D;
}
.BgClassName
{
background-color: #B8377D;
}
</style>
border-color css
<style>
span { border-color: #B8377D; }
span { border-color: rgb(184,55,125); }
td.TdClassName
{
border-color: #B8377D;
}
.TagClassName
{
border-color: #B8377D;
}
</style>