Shades of Medium Violet Red #B11D9A
Tints of Medium Violet Red #B11D9A
RGB
CMYK
RGB Variations
Color information
#B11D9A (or 0xB11D9A) is known color: Medium Violet Red. HEX triplet: B1, 1D and 9A. RGB value is (177,29,154). Sum of RGB (Red+Green+Blue) = 177+29+154=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 154 (60.55% from 255 or 42.78% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D9A is #4EE265. Grayscale: #575757. Windows color (decimal): -5169766 or 10100145. OLE color: 10100145.
HSL color Cylindrical-coordinate representation of color #B11D9A: hue angle of 309.32º 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 #B11D9A is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 154 | - |
| CMYK | 0 | 0.84 | 0.13 | 0.31 |
| HSL | 309.32º | 0.72% | 0.4% | - |
| HSV(B) | 309.32º | 0.84% | 0.69% | - |
| XYZ | 24.4 | 12.56 | 31.71 | - |
| YUV | 87.5 | 165.53 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 154 | 0 | 0.84 | 0.13 | 0.31 | 309.32 | 0.72 | 0.4 |
| Hex | B1 | 1D | 9A | 0 | 54 | D | 1F | 135 | 48 | 28 |
| Octal | 261 | 35 | 232 | 0 | 124 | 15 | 37 | 465 | 110 | 50 |
| Binary | 10110001 | 11101 | 10011010 | 0 | 1010100 | 1101 | 11111 | 100110101 | 1001000 | 101000 |
Color Harmonies of #B11D9A
Complementary color
Monochromatic Colors of #B11D9A
Black with #B11D9A
Text Example
Text Example
White with #B11D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D9A; }
p { color: rgb(177,29,154); }
H1.HeaderClassName
{
color: #B11D9A;
}
.AnyTagClassName
{
color: #B11D9A;
}
</style>
background-color css
<style>
a { background-color: #B11D9A; }
a { background-color: rgb(177,29,154); }
div.DivClassName
{
background-color: #B11D9A;
}
.BgClassName
{
background-color: #B11D9A;
}
</style>
border-color css
<style>
span { border-color: #B11D9A; }
span { border-color: rgb(177,29,154); }
td.TdClassName
{
border-color: #B11D9A;
}
.TagClassName
{
border-color: #B11D9A;
}
</style>