Shades of Medium Violet Red #B1108F
Tints of Medium Violet Red #B1108F
RGB
CMYK
RGB Variations
Color information
#B1108F (or 0xB1108F) is known color: Medium Violet Red. HEX triplet: B1, 10 and 8F. RGB value is (177,16,143). Sum of RGB (Red+Green+Blue) = 177+16+143=336 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.68% from 336); Green value is 16 (6.64% from 255 or 4.76% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 177 - color contains mainly: red. Hex color #B1108F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1108F is #4EEF70. Grayscale: #4E4E4E. Windows color (decimal): -5173105 or 9375921. OLE color: 9375921.
HSL color Cylindrical-coordinate representation of color #B1108F: hue angle of 312.67º 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 #B1108F is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 143 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.31 |
| HSL | 312.67º | 0.83% | 0.38% | - |
| HSV(B) | 312.67º | 0.91% | 0.69% | - |
| XYZ | 23.27 | 11.7 | 27.02 | - |
| YUV | 78.62 | 164.34 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 143 | 0 | 0.91 | 0.19 | 0.31 | 312.67 | 0.83 | 0.38 |
| Hex | B1 | 10 | 8F | 0 | 5B | 13 | 1F | 139 | 53 | 26 |
| Octal | 261 | 20 | 217 | 0 | 133 | 23 | 37 | 471 | 123 | 46 |
| Binary | 10110001 | 10000 | 10001111 | 0 | 1011011 | 10011 | 11111 | 100111001 | 1010011 | 100110 |
Color Harmonies of #B1108F
Complementary color
Monochromatic Colors of #B1108F
Black with #B1108F
Text Example
Text Example
White with #B1108F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1108F; }
p { color: rgb(177,16,143); }
H1.HeaderClassName
{
color: #B1108F;
}
.AnyTagClassName
{
color: #B1108F;
}
</style>
background-color css
<style>
a { background-color: #B1108F; }
a { background-color: rgb(177,16,143); }
div.DivClassName
{
background-color: #B1108F;
}
.BgClassName
{
background-color: #B1108F;
}
</style>
border-color css
<style>
span { border-color: #B1108F; }
span { border-color: rgb(177,16,143); }
td.TdClassName
{
border-color: #B1108F;
}
.TagClassName
{
border-color: #B1108F;
}
</style>