Shades of Medium Violet Red #B11D7E
Tints of Medium Violet Red #B11D7E
RGB
CMYK
RGB Variations
Color information
#B11D7E (or 0xB11D7E) is known color: Medium Violet Red. HEX triplet: B1, 1D and 7E. RGB value is (177,29,126). Sum of RGB (Red+Green+Blue) = 177+29+126=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 29 (11.72% from 255 or 8.73% from 332); Blue value is 126 (49.61% from 255 or 37.95% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D7E is #4EE281. Grayscale: #545454. Windows color (decimal): -5169794 or 8265137. OLE color: 8265137.
HSL color Cylindrical-coordinate representation of color #B11D7E: hue angle of 320.68º 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 #B11D7E is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 126 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.31 |
| HSL | 320.68º | 0.72% | 0.4% | - |
| HSV(B) | 320.68º | 0.84% | 0.69% | - |
| XYZ | 22.34 | 11.73 | 20.83 | - |
| YUV | 84.31 | 151.53 | 194.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 126 | 0 | 0.84 | 0.29 | 0.31 | 320.68 | 0.72 | 0.4 |
| Hex | B1 | 1D | 7E | 0 | 54 | 1D | 1F | 141 | 48 | 28 |
| Octal | 261 | 35 | 176 | 0 | 124 | 35 | 37 | 501 | 110 | 50 |
| Binary | 10110001 | 11101 | 1111110 | 0 | 1010100 | 11101 | 11111 | 101000001 | 1001000 | 101000 |
Color Harmonies of #B11D7E
Complementary color
Monochromatic Colors of #B11D7E
Black with #B11D7E
Text Example
Text Example
White with #B11D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D7E; }
p { color: rgb(177,29,126); }
H1.HeaderClassName
{
color: #B11D7E;
}
.AnyTagClassName
{
color: #B11D7E;
}
</style>
background-color css
<style>
a { background-color: #B11D7E; }
a { background-color: rgb(177,29,126); }
div.DivClassName
{
background-color: #B11D7E;
}
.BgClassName
{
background-color: #B11D7E;
}
</style>
border-color css
<style>
span { border-color: #B11D7E; }
span { border-color: rgb(177,29,126); }
td.TdClassName
{
border-color: #B11D7E;
}
.TagClassName
{
border-color: #B11D7E;
}
</style>