Shades of Medium Violet Red #B11D7A
Tints of Medium Violet Red #B11D7A
RGB
CMYK
RGB Variations
Color information
#B11D7A (or 0xB11D7A) is known color: Medium Violet Red. HEX triplet: B1, 1D and 7A. RGB value is (177,29,122). Sum of RGB (Red+Green+Blue) = 177+29+122=328 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.96% from 328); Green value is 29 (11.72% from 255 or 8.84% from 328); Blue value is 122 (48.05% from 255 or 37.20% from 328); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11D7A is #4EE285. Grayscale: #535353. Windows color (decimal): -5169798 or 8002993. OLE color: 8002993.
HSL color Cylindrical-coordinate representation of color #B11D7A: hue angle of 322.3º 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 #B11D7A is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 122 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.31 |
| HSL | 322.3º | 0.72% | 0.4% | - |
| HSV(B) | 322.3º | 0.84% | 0.69% | - |
| XYZ | 22.08 | 11.63 | 19.49 | - |
| YUV | 83.85 | 149.53 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 122 | 0 | 0.84 | 0.31 | 0.31 | 322.3 | 0.72 | 0.4 |
| Hex | B1 | 1D | 7A | 0 | 54 | 1F | 1F | 142 | 48 | 28 |
| Octal | 261 | 35 | 172 | 0 | 124 | 37 | 37 | 502 | 110 | 50 |
| Binary | 10110001 | 11101 | 1111010 | 0 | 1010100 | 11111 | 11111 | 101000010 | 1001000 | 101000 |
Color Harmonies of #B11D7A
Complementary color
Monochromatic Colors of #B11D7A
Black with #B11D7A
Text Example
Text Example
White with #B11D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D7A; }
p { color: rgb(177,29,122); }
H1.HeaderClassName
{
color: #B11D7A;
}
.AnyTagClassName
{
color: #B11D7A;
}
</style>
background-color css
<style>
a { background-color: #B11D7A; }
a { background-color: rgb(177,29,122); }
div.DivClassName
{
background-color: #B11D7A;
}
.BgClassName
{
background-color: #B11D7A;
}
</style>
border-color css
<style>
span { border-color: #B11D7A; }
span { border-color: rgb(177,29,122); }
td.TdClassName
{
border-color: #B11D7A;
}
.TagClassName
{
border-color: #B11D7A;
}
</style>