Shades of Medium Red Violet #B1377D
Tints of Medium Red Violet #B1377D
RGB
CMYK
RGB Variations
Color information
#B1377D (or 0xB1377D) is known color: Medium Red Violet. HEX triplet: B1, 37 and 7D. RGB value is (177,55,125). Sum of RGB (Red+Green+Blue) = 177+55+125=357 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.58% from 357); Green value is 55 (21.88% from 255 or 15.41% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 177 - color contains mainly: red. Hex color #B1377D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1377D is #4EC882. Grayscale: #636363. Windows color (decimal): -5163139 or 8206257. OLE color: 8206257.
HSL color Cylindrical-coordinate representation of color #B1377D: hue angle of 325.57º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1377D is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 55 | 125 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.31 |
| HSL | 325.57º | 0.53% | 0.45% | - |
| HSV(B) | 325.57º | 0.69% | 0.69% | - |
| XYZ | 23.2 | 13.56 | 20.8 | - |
| YUV | 99.46 | 142.42 | 183.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 55 | 125 | 0 | 0.69 | 0.29 | 0.31 | 325.57 | 0.53 | 0.45 |
| Hex | B1 | 37 | 7D | 0 | 45 | 1D | 1F | 146 | 35 | 2D |
| Octal | 261 | 67 | 175 | 0 | 105 | 35 | 37 | 506 | 65 | 55 |
| Binary | 10110001 | 110111 | 1111101 | 0 | 1000101 | 11101 | 11111 | 101000110 | 110101 | 101101 |
Color Harmonies of #B1377D
Complementary color
Monochromatic Colors of #B1377D
Black with #B1377D
Text Example
Text Example
White with #B1377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1377D; }
p { color: rgb(177,55,125); }
H1.HeaderClassName
{
color: #B1377D;
}
.AnyTagClassName
{
color: #B1377D;
}
</style>
background-color css
<style>
a { background-color: #B1377D; }
a { background-color: rgb(177,55,125); }
div.DivClassName
{
background-color: #B1377D;
}
.BgClassName
{
background-color: #B1377D;
}
</style>
border-color css
<style>
span { border-color: #B1377D; }
span { border-color: rgb(177,55,125); }
td.TdClassName
{
border-color: #B1377D;
}
.TagClassName
{
border-color: #B1377D;
}
</style>