Shades of Medium Violet Red #B1108C
Tints of Medium Violet Red #B1108C
RGB
CMYK
RGB Variations
Color information
#B1108C (or 0xB1108C) is known color: Medium Violet Red. HEX triplet: B1, 10 and 8C. RGB value is (177,16,140). Sum of RGB (Red+Green+Blue) = 177+16+140=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 16 (6.64% from 255 or 4.80% from 333); Blue value is 140 (55.08% from 255 or 42.04% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B1108C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1108C is #4EEF73. Grayscale: #4D4D4D. Windows color (decimal): -5173108 or 9179313. OLE color: 9179313.
HSL color Cylindrical-coordinate representation of color #B1108C: hue angle of 313.79º 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 #B1108C is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 140 | - |
| CMYK | 0 | 0.91 | 0.21 | 0.31 |
| HSL | 313.79º | 0.83% | 0.38% | - |
| HSV(B) | 313.79º | 0.91% | 0.69% | - |
| XYZ | 23.05 | 11.61 | 25.84 | - |
| YUV | 78.28 | 162.84 | 198.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 140 | 0 | 0.91 | 0.21 | 0.31 | 313.79 | 0.83 | 0.38 |
| Hex | B1 | 10 | 8C | 0 | 5B | 15 | 1F | 13A | 53 | 26 |
| Octal | 261 | 20 | 214 | 0 | 133 | 25 | 37 | 472 | 123 | 46 |
| Binary | 10110001 | 10000 | 10001100 | 0 | 1011011 | 10101 | 11111 | 100111010 | 1010011 | 100110 |
Color Harmonies of #B1108C
Complementary color
Monochromatic Colors of #B1108C
Black with #B1108C
Text Example
Text Example
White with #B1108C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1108C; }
p { color: rgb(177,16,140); }
H1.HeaderClassName
{
color: #B1108C;
}
.AnyTagClassName
{
color: #B1108C;
}
</style>
background-color css
<style>
a { background-color: #B1108C; }
a { background-color: rgb(177,16,140); }
div.DivClassName
{
background-color: #B1108C;
}
.BgClassName
{
background-color: #B1108C;
}
</style>
border-color css
<style>
span { border-color: #B1108C; }
span { border-color: rgb(177,16,140); }
td.TdClassName
{
border-color: #B1108C;
}
.TagClassName
{
border-color: #B1108C;
}
</style>