Shades of Medium Violet Red #B71376
Tints of Medium Violet Red #B71376
RGB
CMYK
RGB Variations
Color information
#B71376 (or 0xB71376) is known color: Medium Violet Red. HEX triplet: B7, 13 and 76. RGB value is (183,19,118). Sum of RGB (Red+Green+Blue) = 183+19+118=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 118 (46.48% from 255 or 36.88% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B71376 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71376 is #48EC89. Grayscale: #4F4F4F. Windows color (decimal): -4779146 or 7738295. OLE color: 7738295.
HSL color Cylindrical-coordinate representation of color #B71376: hue angle of 323.78º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B71376 is Cyan = 0, Magento = 0.90, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 19 | 118 | - |
| CMYK | 0 | 0.90 | 0.36 | 0.28 |
| HSL | 323.78º | 0.81% | 0.4% | - |
| HSV(B) | 323.78º | 0.9% | 0.72% | - |
| XYZ | 23.03 | 11.84 | 18.21 | - |
| YUV | 79.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 19 | 118 | 0 | 0.90 | 0.36 | 0.28 | 323.78 | 0.81 | 0.4 |
| Hex | B7 | 13 | 76 | 0 | 5A | 24 | 1C | 144 | 51 | 28 |
| Octal | 267 | 23 | 166 | 0 | 132 | 44 | 34 | 504 | 121 | 50 |
| Binary | 10110111 | 10011 | 1110110 | 0 | 1011010 | 100100 | 11100 | 101000100 | 1010001 | 101000 |
Color Harmonies of #B71376
Complementary color
Monochromatic Colors of #B71376
Black with #B71376
Text Example
Text Example
White with #B71376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71376; }
p { color: rgb(183,19,118); }
H1.HeaderClassName
{
color: #B71376;
}
.AnyTagClassName
{
color: #B71376;
}
</style>
background-color css
<style>
a { background-color: #B71376; }
a { background-color: rgb(183,19,118); }
div.DivClassName
{
background-color: #B71376;
}
.BgClassName
{
background-color: #B71376;
}
</style>
border-color css
<style>
span { border-color: #B71376; }
span { border-color: rgb(183,19,118); }
td.TdClassName
{
border-color: #B71376;
}
.TagClassName
{
border-color: #B71376;
}
</style>