Shades of Medium Violet Red #B1109D
Tints of Medium Violet Red #B1109D
RGB
CMYK
RGB Variations
Color information
#B1109D (or 0xB1109D) is known color: Medium Violet Red. HEX triplet: B1, 10 and 9D. RGB value is (177,16,157). Sum of RGB (Red+Green+Blue) = 177+16+157=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1109D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1109D is #4EEF62. Grayscale: #4F4F4F. Windows color (decimal): -5173091 or 10293425. OLE color: 10293425.
HSL color Cylindrical-coordinate representation of color #B1109D: hue angle of 307.45º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B1109D is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 157 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.31 |
| HSL | 307.45º | 0.83% | 0.38% | - |
| HSV(B) | 307.45º | 0.91% | 0.69% | - |
| XYZ | 24.4 | 12.15 | 32.96 | - |
| YUV | 80.21 | 171.34 | 197.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 157 | 0 | 0.91 | 0.11 | 0.31 | 307.45 | 0.83 | 0.38 |
| Hex | B1 | 10 | 9D | 0 | 5B | B | 1F | 133 | 53 | 26 |
| Octal | 261 | 20 | 235 | 0 | 133 | 13 | 37 | 463 | 123 | 46 |
| Binary | 10110001 | 10000 | 10011101 | 0 | 1011011 | 1011 | 11111 | 100110011 | 1010011 | 100110 |
Color Harmonies of #B1109D
Complementary color
Monochromatic Colors of #B1109D
Black with #B1109D
Text Example
Text Example
White with #B1109D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1109D; }
p { color: rgb(177,16,157); }
H1.HeaderClassName
{
color: #B1109D;
}
.AnyTagClassName
{
color: #B1109D;
}
</style>
background-color css
<style>
a { background-color: #B1109D; }
a { background-color: rgb(177,16,157); }
div.DivClassName
{
background-color: #B1109D;
}
.BgClassName
{
background-color: #B1109D;
}
</style>
border-color css
<style>
span { border-color: #B1109D; }
span { border-color: rgb(177,16,157); }
td.TdClassName
{
border-color: #B1109D;
}
.TagClassName
{
border-color: #B1109D;
}
</style>