Shades of Medium Violet Red #B1107E
Tints of Medium Violet Red #B1107E
RGB
CMYK
RGB Variations
Color information
#B1107E (or 0xB1107E) is known color: Medium Violet Red. HEX triplet: B1, 10 and 7E. RGB value is (177,16,126). Sum of RGB (Red+Green+Blue) = 177+16+126=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 16 (6.64% from 255 or 5.02% from 319); Blue value is 126 (49.61% from 255 or 39.50% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1107E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1107E is #4EEF81. Grayscale: #4C4C4C. Windows color (decimal): -5173122 or 8261809. OLE color: 8261809.
HSL color Cylindrical-coordinate representation of color #B1107E: hue angle of 319.01º 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 #B1107E is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 126 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.31 |
| HSL | 319.01º | 0.83% | 0.38% | - |
| HSV(B) | 319.01º | 0.91% | 0.69% | - |
| XYZ | 22.08 | 11.22 | 20.74 | - |
| YUV | 76.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 126 | 0 | 0.91 | 0.29 | 0.31 | 319.01 | 0.83 | 0.38 |
| Hex | B1 | 10 | 7E | 0 | 5B | 1D | 1F | 13F | 53 | 26 |
| Octal | 261 | 20 | 176 | 0 | 133 | 35 | 37 | 477 | 123 | 46 |
| Binary | 10110001 | 10000 | 1111110 | 0 | 1011011 | 11101 | 11111 | 100111111 | 1010011 | 100110 |
Color Harmonies of #B1107E
Complementary color
Monochromatic Colors of #B1107E
Black with #B1107E
Text Example
Text Example
White with #B1107E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1107E; }
p { color: rgb(177,16,126); }
H1.HeaderClassName
{
color: #B1107E;
}
.AnyTagClassName
{
color: #B1107E;
}
</style>
background-color css
<style>
a { background-color: #B1107E; }
a { background-color: rgb(177,16,126); }
div.DivClassName
{
background-color: #B1107E;
}
.BgClassName
{
background-color: #B1107E;
}
</style>
border-color css
<style>
span { border-color: #B1107E; }
span { border-color: rgb(177,16,126); }
td.TdClassName
{
border-color: #B1107E;
}
.TagClassName
{
border-color: #B1107E;
}
</style>