Shades of Medium Violet Red #B11079
Tints of Medium Violet Red #B11079
RGB
CMYK
RGB Variations
Color information
#B11079 (or 0xB11079) is known color: Medium Violet Red. HEX triplet: B1, 10 and 79. RGB value is (177,16,121). Sum of RGB (Red+Green+Blue) = 177+16+121=314 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.37% from 314); Green value is 16 (6.64% from 255 or 5.10% from 314); Blue value is 121 (47.66% from 255 or 38.54% from 314); Max value from RGB is 177 - color contains mainly: red. Hex color #B11079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11079 is #4EEF86. Grayscale: #4B4B4B. Windows color (decimal): -5173127 or 7934129. OLE color: 7934129.
HSL color Cylindrical-coordinate representation of color #B11079: hue angle of 320.87º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11079 is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 121 | - |
| CMYK | 0 | 0.91 | 0.32 | 0.31 |
| HSL | 320.87º | 0.83% | 0.38% | - |
| HSV(B) | 320.87º | 0.91% | 0.69% | - |
| XYZ | 21.77 | 11.1 | 19.08 | - |
| YUV | 76.11 | 153.34 | 199.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 121 | 0 | 0.91 | 0.32 | 0.31 | 320.87 | 0.83 | 0.38 |
| Hex | B1 | 10 | 79 | 0 | 5B | 20 | 1F | 141 | 53 | 26 |
| Octal | 261 | 20 | 171 | 0 | 133 | 40 | 37 | 501 | 123 | 46 |
| Binary | 10110001 | 10000 | 1111001 | 0 | 1011011 | 100000 | 11111 | 101000001 | 1010011 | 100110 |
Color Harmonies of #B11079
Complementary color
Monochromatic Colors of #B11079
Black with #B11079
Text Example
Text Example
White with #B11079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11079; }
p { color: rgb(177,16,121); }
H1.HeaderClassName
{
color: #B11079;
}
.AnyTagClassName
{
color: #B11079;
}
</style>
background-color css
<style>
a { background-color: #B11079; }
a { background-color: rgb(177,16,121); }
div.DivClassName
{
background-color: #B11079;
}
.BgClassName
{
background-color: #B11079;
}
</style>
border-color css
<style>
span { border-color: #B11079; }
span { border-color: rgb(177,16,121); }
td.TdClassName
{
border-color: #B11079;
}
.TagClassName
{
border-color: #B11079;
}
</style>