Shades of Medium Violet Red #B11D9C
Tints of Medium Violet Red #B11D9C
RGB
CMYK
RGB Variations
Color information
#B11D9C (or 0xB11D9C) is known color: Medium Violet Red. HEX triplet: B1, 1D and 9C. RGB value is (177,29,156). Sum of RGB (Red+Green+Blue) = 177+29+156=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 29 (11.72% from 255 or 8.01% from 362); Blue value is 156 (61.33% from 255 or 43.09% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D9C is #4EE263. Grayscale: #575757. Windows color (decimal): -5169764 or 10231217. OLE color: 10231217.
HSL color Cylindrical-coordinate representation of color #B11D9C: hue angle of 308.51º 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 #B11D9C is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 156 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.31 |
| HSL | 308.51º | 0.72% | 0.4% | - |
| HSV(B) | 308.51º | 0.84% | 0.69% | - |
| XYZ | 24.57 | 12.63 | 32.59 | - |
| YUV | 87.73 | 166.53 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 156 | 0 | 0.84 | 0.12 | 0.31 | 308.51 | 0.72 | 0.4 |
| Hex | B1 | 1D | 9C | 0 | 54 | C | 1F | 135 | 48 | 28 |
| Octal | 261 | 35 | 234 | 0 | 124 | 14 | 37 | 465 | 110 | 50 |
| Binary | 10110001 | 11101 | 10011100 | 0 | 1010100 | 1100 | 11111 | 100110101 | 1001000 | 101000 |
Color Harmonies of #B11D9C
Complementary color
Monochromatic Colors of #B11D9C
Black with #B11D9C
Text Example
Text Example
White with #B11D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D9C; }
p { color: rgb(177,29,156); }
H1.HeaderClassName
{
color: #B11D9C;
}
.AnyTagClassName
{
color: #B11D9C;
}
</style>
background-color css
<style>
a { background-color: #B11D9C; }
a { background-color: rgb(177,29,156); }
div.DivClassName
{
background-color: #B11D9C;
}
.BgClassName
{
background-color: #B11D9C;
}
</style>
border-color css
<style>
span { border-color: #B11D9C; }
span { border-color: rgb(177,29,156); }
td.TdClassName
{
border-color: #B11D9C;
}
.TagClassName
{
border-color: #B11D9C;
}
</style>