Shades of Medium Violet Red #B31079
Tints of Medium Violet Red #B31079
RGB
CMYK
RGB Variations
Color information
#B31079 (or 0xB31079) is known color: Medium Violet Red. HEX triplet: B3, 10 and 79. RGB value is (179,16,121). Sum of RGB (Red+Green+Blue) = 179+16+121=316 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.65% from 316); Green value is 16 (6.64% from 255 or 5.06% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 179 - color contains mainly: red. Hex color #B31079 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31079 is #4CEF86. Grayscale: #4C4C4C. Windows color (decimal): -5042055 or 7934131. OLE color: 7934131.
HSL color Cylindrical-coordinate representation of color #B31079: hue angle of 321.35º 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 #B31079 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 16 | 121 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.30 |
| HSL | 321.35º | 0.84% | 0.38% | - |
| HSV(B) | 321.35º | 0.91% | 0.7% | - |
| XYZ | 22.23 | 11.33 | 19.11 | - |
| YUV | 76.71 | 153 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 16 | 121 | 0 | 0.91 | 0.32 | 0.30 | 321.35 | 0.84 | 0.38 |
| Hex | B3 | 10 | 79 | 0 | 5B | 20 | 1E | 141 | 54 | 26 |
| Octal | 263 | 20 | 171 | 0 | 133 | 40 | 36 | 501 | 124 | 46 |
| Binary | 10110011 | 10000 | 1111001 | 0 | 1011011 | 100000 | 11110 | 101000001 | 1010100 | 100110 |
Color Harmonies of #B31079
Complementary color
Monochromatic Colors of #B31079
Black with #B31079
Text Example
Text Example
White with #B31079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31079; }
p { color: rgb(179,16,121); }
H1.HeaderClassName
{
color: #B31079;
}
.AnyTagClassName
{
color: #B31079;
}
</style>
background-color css
<style>
a { background-color: #B31079; }
a { background-color: rgb(179,16,121); }
div.DivClassName
{
background-color: #B31079;
}
.BgClassName
{
background-color: #B31079;
}
</style>
border-color css
<style>
span { border-color: #B31079; }
span { border-color: rgb(179,16,121); }
td.TdClassName
{
border-color: #B31079;
}
.TagClassName
{
border-color: #B31079;
}
</style>