Shades of Medium Violet Red #B31077
Tints of Medium Violet Red #B31077
RGB
CMYK
RGB Variations
Color information
#B31077 (or 0xB31077) is known color: Medium Violet Red. HEX triplet: B3, 10 and 77. RGB value is (179,16,119). Sum of RGB (Red+Green+Blue) = 179+16+119=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B31077 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31077 is #4CEF88. Grayscale: #4C4C4C. Windows color (decimal): -5042057 or 7803059. OLE color: 7803059.
HSL color Cylindrical-coordinate representation of color #B31077: hue angle of 322.09º 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 #B31077 is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 119 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.30 |
| HSL | 322.09º | 0.84% | 0.38% | - |
| HSV(B) | 322.09º | 0.91% | 0.7% | - |
| XYZ | 22.11 | 11.29 | 18.47 | - |
| YUV | 76.48 | 152 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 119 | 0 | 0.91 | 0.34 | 0.30 | 322.09 | 0.84 | 0.38 |
| Hex | B3 | 10 | 77 | 0 | 5B | 22 | 1E | 142 | 54 | 26 |
| Octal | 263 | 20 | 167 | 0 | 133 | 42 | 36 | 502 | 124 | 46 |
| Binary | 10110011 | 10000 | 1110111 | 0 | 1011011 | 100010 | 11110 | 101000010 | 1010100 | 100110 |
Color Harmonies of #B31077
Complementary color
Monochromatic Colors of #B31077
Black with #B31077
Text Example
Text Example
White with #B31077
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31077; }
p { color: rgb(179,16,119); }
H1.HeaderClassName
{
color: #B31077;
}
.AnyTagClassName
{
color: #B31077;
}
</style>
background-color css
<style>
a { background-color: #B31077; }
a { background-color: rgb(179,16,119); }
div.DivClassName
{
background-color: #B31077;
}
.BgClassName
{
background-color: #B31077;
}
</style>
border-color css
<style>
span { border-color: #B31077; }
span { border-color: rgb(179,16,119); }
td.TdClassName
{
border-color: #B31077;
}
.TagClassName
{
border-color: #B31077;
}
</style>