Shades of Medium Violet Red #B1108D
Tints of Medium Violet Red #B1108D
RGB
CMYK
RGB Variations
Color information
#B1108D (or 0xB1108D) is known color: Medium Violet Red. HEX triplet: B1, 10 and 8D. RGB value is (177,16,141). Sum of RGB (Red+Green+Blue) = 177+16+141=334 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.99% from 334); Green value is 16 (6.64% from 255 or 4.79% from 334); Blue value is 141 (55.47% from 255 or 42.22% from 334); Max value from RGB is 177 - color contains mainly: red. Hex color #B1108D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1108D is #4EEF72. Grayscale: #4E4E4E. Windows color (decimal): -5173107 or 9244849. OLE color: 9244849.
HSL color Cylindrical-coordinate representation of color #B1108D: hue angle of 313.42º 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 #B1108D is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 141 | - |
| CMYK | 0 | 0.91 | 0.20 | 0.31 |
| HSL | 313.42º | 0.83% | 0.38% | - |
| HSV(B) | 313.42º | 0.91% | 0.69% | - |
| XYZ | 23.12 | 11.64 | 26.23 | - |
| YUV | 78.39 | 163.34 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 141 | 0 | 0.91 | 0.20 | 0.31 | 313.42 | 0.83 | 0.38 |
| Hex | B1 | 10 | 8D | 0 | 5B | 14 | 1F | 139 | 53 | 26 |
| Octal | 261 | 20 | 215 | 0 | 133 | 24 | 37 | 471 | 123 | 46 |
| Binary | 10110001 | 10000 | 10001101 | 0 | 1011011 | 10100 | 11111 | 100111001 | 1010011 | 100110 |
Color Harmonies of #B1108D
Complementary color
Monochromatic Colors of #B1108D
Black with #B1108D
Text Example
Text Example
White with #B1108D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1108D; }
p { color: rgb(177,16,141); }
H1.HeaderClassName
{
color: #B1108D;
}
.AnyTagClassName
{
color: #B1108D;
}
</style>
background-color css
<style>
a { background-color: #B1108D; }
a { background-color: rgb(177,16,141); }
div.DivClassName
{
background-color: #B1108D;
}
.BgClassName
{
background-color: #B1108D;
}
</style>
border-color css
<style>
span { border-color: #B1108D; }
span { border-color: rgb(177,16,141); }
td.TdClassName
{
border-color: #B1108D;
}
.TagClassName
{
border-color: #B1108D;
}
</style>