Shades of Medium Violet Red #B11D96
Tints of Medium Violet Red #B11D96
RGB
CMYK
RGB Variations
Color information
#B11D96 (or 0xB11D96) is known color: Medium Violet Red. HEX triplet: B1, 1D and 96. RGB value is (177,29,150). Sum of RGB (Red+Green+Blue) = 177+29+150=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 29 (11.72% from 255 or 8.15% from 356); Blue value is 150 (58.98% from 255 or 42.13% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B11D96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11D96 is #4EE269. Grayscale: #565656. Windows color (decimal): -5169770 or 9838001. OLE color: 9838001.
HSL color Cylindrical-coordinate representation of color #B11D96: hue angle of 310.95º 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 #B11D96 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 29 | 150 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.31 |
| HSL | 310.95º | 0.72% | 0.4% | - |
| HSV(B) | 310.95º | 0.84% | 0.69% | - |
| XYZ | 24.08 | 12.43 | 29.98 | - |
| YUV | 87.05 | 163.53 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 29 | 150 | 0 | 0.84 | 0.15 | 0.31 | 310.95 | 0.72 | 0.4 |
| Hex | B1 | 1D | 96 | 0 | 54 | F | 1F | 137 | 48 | 28 |
| Octal | 261 | 35 | 226 | 0 | 124 | 17 | 37 | 467 | 110 | 50 |
| Binary | 10110001 | 11101 | 10010110 | 0 | 1010100 | 1111 | 11111 | 100110111 | 1001000 | 101000 |
Color Harmonies of #B11D96
Complementary color
Monochromatic Colors of #B11D96
Black with #B11D96
Text Example
Text Example
White with #B11D96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11D96; }
p { color: rgb(177,29,150); }
H1.HeaderClassName
{
color: #B11D96;
}
.AnyTagClassName
{
color: #B11D96;
}
</style>
background-color css
<style>
a { background-color: #B11D96; }
a { background-color: rgb(177,29,150); }
div.DivClassName
{
background-color: #B11D96;
}
.BgClassName
{
background-color: #B11D96;
}
</style>
border-color css
<style>
span { border-color: #B11D96; }
span { border-color: rgb(177,29,150); }
td.TdClassName
{
border-color: #B11D96;
}
.TagClassName
{
border-color: #B11D96;
}
</style>