Shades of Medium Violet Red #B1107D
Tints of Medium Violet Red #B1107D
RGB
CMYK
RGB Variations
Color information
#B1107D (or 0xB1107D) is known color: Medium Violet Red. HEX triplet: B1, 10 and 7D. RGB value is (177,16,125). Sum of RGB (Red+Green+Blue) = 177+16+125=318 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.66% from 318); Green value is 16 (6.64% from 255 or 5.03% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 177 - color contains mainly: red. Hex color #B1107D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1107D is #4EEF82. Grayscale: #4C4C4C. Windows color (decimal): -5173123 or 8196273. OLE color: 8196273.
HSL color Cylindrical-coordinate representation of color #B1107D: hue angle of 319.38º 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 #B1107D is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 125 | - |
| CMYK | 0 | 0.91 | 0.29 | 0.31 |
| HSL | 319.38º | 0.83% | 0.38% | - |
| HSV(B) | 319.38º | 0.91% | 0.69% | - |
| XYZ | 22.02 | 11.2 | 20.4 | - |
| YUV | 76.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 125 | 0 | 0.91 | 0.29 | 0.31 | 319.38 | 0.83 | 0.38 |
| Hex | B1 | 10 | 7D | 0 | 5B | 1D | 1F | 13F | 53 | 26 |
| Octal | 261 | 20 | 175 | 0 | 133 | 35 | 37 | 477 | 123 | 46 |
| Binary | 10110001 | 10000 | 1111101 | 0 | 1011011 | 11101 | 11111 | 100111111 | 1010011 | 100110 |
Color Harmonies of #B1107D
Complementary color
Monochromatic Colors of #B1107D
Black with #B1107D
Text Example
Text Example
White with #B1107D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1107D; }
p { color: rgb(177,16,125); }
H1.HeaderClassName
{
color: #B1107D;
}
.AnyTagClassName
{
color: #B1107D;
}
</style>
background-color css
<style>
a { background-color: #B1107D; }
a { background-color: rgb(177,16,125); }
div.DivClassName
{
background-color: #B1107D;
}
.BgClassName
{
background-color: #B1107D;
}
</style>
border-color css
<style>
span { border-color: #B1107D; }
span { border-color: rgb(177,16,125); }
td.TdClassName
{
border-color: #B1107D;
}
.TagClassName
{
border-color: #B1107D;
}
</style>