Shades of Medium Violet Red #B31076
Tints of Medium Violet Red #B31076
RGB
CMYK
RGB Variations
Color information
#B31076 (or 0xB31076) is known color: Medium Violet Red. HEX triplet: B3, 10 and 76. RGB value is (179,16,118). Sum of RGB (Red+Green+Blue) = 179+16+118=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 118 (46.48% from 255 or 37.70% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B31076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31076 is #4CEF89. Grayscale: #4C4C4C. Windows color (decimal): -5042058 or 7737523. OLE color: 7737523.
HSL color Cylindrical-coordinate representation of color #B31076: hue angle of 322.45º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31076 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 118 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.30 |
| HSL | 322.45º | 0.84% | 0.38% | - |
| HSV(B) | 322.45º | 0.91% | 0.7% | - |
| XYZ | 22.05 | 11.26 | 18.15 | - |
| YUV | 76.37 | 151.5 | 201.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 118 | 0 | 0.91 | 0.34 | 0.30 | 322.45 | 0.84 | 0.38 |
| Hex | B3 | 10 | 76 | 0 | 5B | 22 | 1E | 142 | 54 | 26 |
| Octal | 263 | 20 | 166 | 0 | 133 | 42 | 36 | 502 | 124 | 46 |
| Binary | 10110011 | 10000 | 1110110 | 0 | 1011011 | 100010 | 11110 | 101000010 | 1010100 | 100110 |
Color Harmonies of #B31076
Complementary color
Monochromatic Colors of #B31076
Black with #B31076
Text Example
Text Example
White with #B31076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31076; }
p { color: rgb(179,16,118); }
H1.HeaderClassName
{
color: #B31076;
}
.AnyTagClassName
{
color: #B31076;
}
</style>
background-color css
<style>
a { background-color: #B31076; }
a { background-color: rgb(179,16,118); }
div.DivClassName
{
background-color: #B31076;
}
.BgClassName
{
background-color: #B31076;
}
</style>
border-color css
<style>
span { border-color: #B31076; }
span { border-color: rgb(179,16,118); }
td.TdClassName
{
border-color: #B31076;
}
.TagClassName
{
border-color: #B31076;
}
</style>