Shades of Medium Red Violet #B1317C
Tints of Medium Red Violet #B1317C
RGB
CMYK
RGB Variations
Color information
#B1317C (or 0xB1317C) is known color: Medium Red Violet. HEX triplet: B1, 31 and 7C. RGB value is (177,49,124). Sum of RGB (Red+Green+Blue) = 177+49+124=350 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.57% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 177 - color contains mainly: red. Hex color #B1317C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1317C is #4ECE83. Grayscale: #5F5F5F. Windows color (decimal): -5164676 or 8139185. OLE color: 8139185.
HSL color Cylindrical-coordinate representation of color #B1317C: hue angle of 324.84º degrees, saturation: 0.57, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B1317C is Cyan = 0, Magento = 0.72, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 124 | - |
| CMYK | 0 | 0.72 | 0.30 | 0.31 |
| HSL | 324.84º | 0.57% | 0.44% | - |
| HSV(B) | 324.84º | 0.72% | 0.69% | - |
| XYZ | 22.87 | 13 | 20.37 | - |
| YUV | 95.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 124 | 0 | 0.72 | 0.30 | 0.31 | 324.84 | 0.57 | 0.44 |
| Hex | B1 | 31 | 7C | 0 | 48 | 1E | 1F | 145 | 39 | 2C |
| Octal | 261 | 61 | 174 | 0 | 110 | 36 | 37 | 505 | 71 | 54 |
| Binary | 10110001 | 110001 | 1111100 | 0 | 1001000 | 11110 | 11111 | 101000101 | 111001 | 101100 |
Color Harmonies of #B1317C
Complementary color
Monochromatic Colors of #B1317C
Black with #B1317C
Text Example
Text Example
White with #B1317C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1317C; }
p { color: rgb(177,49,124); }
H1.HeaderClassName
{
color: #B1317C;
}
.AnyTagClassName
{
color: #B1317C;
}
</style>
background-color css
<style>
a { background-color: #B1317C; }
a { background-color: rgb(177,49,124); }
div.DivClassName
{
background-color: #B1317C;
}
.BgClassName
{
background-color: #B1317C;
}
</style>
border-color css
<style>
span { border-color: #B1317C; }
span { border-color: rgb(177,49,124); }
td.TdClassName
{
border-color: #B1317C;
}
.TagClassName
{
border-color: #B1317C;
}
</style>