Shades of Medium Violet Red #B1109E
Tints of Medium Violet Red #B1109E
RGB
CMYK
RGB Variations
Color information
#B1109E (or 0xB1109E) is known color: Medium Violet Red. HEX triplet: B1, 10 and 9E. RGB value is (177,16,158). Sum of RGB (Red+Green+Blue) = 177+16+158=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 16 (6.64% from 255 or 4.56% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1109E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1109E is #4EEF61. Grayscale: #4F4F4F. Windows color (decimal): -5173090 or 10358961. OLE color: 10358961.
HSL color Cylindrical-coordinate representation of color #B1109E: hue angle of 307.08º 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 #B1109E is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 158 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.31 |
| HSL | 307.08º | 0.83% | 0.38% | - |
| HSV(B) | 307.08º | 0.91% | 0.69% | - |
| XYZ | 24.49 | 12.19 | 33.41 | - |
| YUV | 80.33 | 171.84 | 196.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 158 | 0 | 0.91 | 0.11 | 0.31 | 307.08 | 0.83 | 0.38 |
| Hex | B1 | 10 | 9E | 0 | 5B | B | 1F | 133 | 53 | 26 |
| Octal | 261 | 20 | 236 | 0 | 133 | 13 | 37 | 463 | 123 | 46 |
| Binary | 10110001 | 10000 | 10011110 | 0 | 1011011 | 1011 | 11111 | 100110011 | 1010011 | 100110 |
Color Harmonies of #B1109E
Complementary color
Monochromatic Colors of #B1109E
Black with #B1109E
Text Example
Text Example
White with #B1109E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1109E; }
p { color: rgb(177,16,158); }
H1.HeaderClassName
{
color: #B1109E;
}
.AnyTagClassName
{
color: #B1109E;
}
</style>
background-color css
<style>
a { background-color: #B1109E; }
a { background-color: rgb(177,16,158); }
div.DivClassName
{
background-color: #B1109E;
}
.BgClassName
{
background-color: #B1109E;
}
</style>
border-color css
<style>
span { border-color: #B1109E; }
span { border-color: rgb(177,16,158); }
td.TdClassName
{
border-color: #B1109E;
}
.TagClassName
{
border-color: #B1109E;
}
</style>