Shades of Medium Violet Red #B11076
Tints of Medium Violet Red #B11076
RGB
CMYK
RGB Variations
Color information
#B11076 (or 0xB11076) is known color: Medium Violet Red. HEX triplet: B1, 10 and 76. RGB value is (177,16,118). Sum of RGB (Red+Green+Blue) = 177+16+118=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 16 (6.64% from 255 or 5.14% from 311); Blue value is 118 (46.48% from 255 or 37.94% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B11076 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11076 is #4EEF89. Grayscale: #4B4B4B. Windows color (decimal): -5173130 or 7737521. OLE color: 7737521.
HSL color Cylindrical-coordinate representation of color #B11076: hue angle of 321.99º 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 #B11076 is Cyan = 0, Magento = 0.91, Yellow = 0.33 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 118 | - |
| CMYK | 0 | 0.91 | 0.33 | 0.31 |
| HSL | 321.99º | 0.83% | 0.38% | - |
| HSV(B) | 321.99º | 0.91% | 0.69% | - |
| XYZ | 21.59 | 11.03 | 18.13 | - |
| YUV | 75.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 118 | 0 | 0.91 | 0.33 | 0.31 | 321.99 | 0.83 | 0.38 |
| Hex | B1 | 10 | 76 | 0 | 5B | 21 | 1F | 142 | 53 | 26 |
| Octal | 261 | 20 | 166 | 0 | 133 | 41 | 37 | 502 | 123 | 46 |
| Binary | 10110001 | 10000 | 1110110 | 0 | 1011011 | 100001 | 11111 | 101000010 | 1010011 | 100110 |
Color Harmonies of #B11076
Complementary color
Monochromatic Colors of #B11076
Black with #B11076
Text Example
Text Example
White with #B11076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11076; }
p { color: rgb(177,16,118); }
H1.HeaderClassName
{
color: #B11076;
}
.AnyTagClassName
{
color: #B11076;
}
</style>
background-color css
<style>
a { background-color: #B11076; }
a { background-color: rgb(177,16,118); }
div.DivClassName
{
background-color: #B11076;
}
.BgClassName
{
background-color: #B11076;
}
</style>
border-color css
<style>
span { border-color: #B11076; }
span { border-color: rgb(177,16,118); }
td.TdClassName
{
border-color: #B11076;
}
.TagClassName
{
border-color: #B11076;
}
</style>