Shades of Medium Violet Red #B11D83
Tints of Medium Violet Red #B11D83
RGB
CMYK
RGB Variations
Color information
#B11D83 (or 0xB11D83) is known color: Medium Violet Red. HEX triplet: B1, 1D and 83. RGB value is (177,29,131). Sum of RGB (Red+Green+Blue) = 177+29+131=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 131 (51.56% from 255 or 38.87% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D83 is #4EE27C. Grayscale: #545454. Windows color (decimal): -5169789 or 8592817. OLE color: 8592817.
HSL color Cylindrical-coordinate representation of color #B11D83: hue angle of 318.65º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B11D83 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 131 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.31 |
| HSL | 318.65º | 0.72% | 0.4% | - |
| HSV(B) | 318.65º | 0.84% | 0.69% | - |
| XYZ | 22.67 | 11.86 | 22.57 | - |
| YUV | 84.88 | 154.03 | 193.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 131 | 0 | 0.84 | 0.26 | 0.31 | 318.65 | 0.72 | 0.4 |
| Hex | B1 | 1D | 83 | 0 | 54 | 1A | 1F | 13F | 48 | 28 |
| Octal | 261 | 35 | 203 | 0 | 124 | 32 | 37 | 477 | 110 | 50 |
| Binary | 10110001 | 11101 | 10000011 | 0 | 1010100 | 11010 | 11111 | 100111111 | 1001000 | 101000 |
Color Harmonies of #B11D83
Complementary color
Monochromatic Colors of #B11D83
Black with #B11D83
Text Example
Text Example
White with #B11D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D83; }
p { color: rgb(177,29,131); }
H1.HeaderClassName
{
color: #B11D83;
}
.AnyTagClassName
{
color: #B11D83;
}
</style>
background-color css
<style>
a { background-color: #B11D83; }
a { background-color: rgb(177,29,131); }
div.DivClassName
{
background-color: #B11D83;
}
.BgClassName
{
background-color: #B11D83;
}
</style>
border-color css
<style>
span { border-color: #B11D83; }
span { border-color: rgb(177,29,131); }
td.TdClassName
{
border-color: #B11D83;
}
.TagClassName
{
border-color: #B11D83;
}
</style>