Shades of Medium Red Violet #B1318C
Tints of Medium Red Violet #B1318C
RGB
CMYK
RGB Variations
Color information
#B1318C (or 0xB1318C) is known color: Medium Red Violet. HEX triplet: B1, 31 and 8C. RGB value is (177,49,140). Sum of RGB (Red+Green+Blue) = 177+49+140=366 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.36% from 366); Green value is 49 (19.53% from 255 or 13.39% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 177 - color contains mainly: red. Hex color #B1318C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1318C is #4ECE73. Grayscale: #616161. Windows color (decimal): -5164660 or 9187761. OLE color: 9187761.
HSL color Cylindrical-coordinate representation of color #B1318C: hue angle of 317.34º 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 #B1318C is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 140 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.31 |
| HSL | 317.34º | 0.57% | 0.44% | - |
| HSV(B) | 317.34º | 0.72% | 0.69% | - |
| XYZ | 23.96 | 13.44 | 26.14 | - |
| YUV | 97.65 | 151.91 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 140 | 0 | 0.72 | 0.21 | 0.31 | 317.34 | 0.57 | 0.44 |
| Hex | B1 | 31 | 8C | 0 | 48 | 15 | 1F | 13D | 39 | 2C |
| Octal | 261 | 61 | 214 | 0 | 110 | 25 | 37 | 475 | 71 | 54 |
| Binary | 10110001 | 110001 | 10001100 | 0 | 1001000 | 10101 | 11111 | 100111101 | 111001 | 101100 |
Color Harmonies of #B1318C
Complementary color
Monochromatic Colors of #B1318C
Black with #B1318C
Text Example
Text Example
White with #B1318C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1318C; }
p { color: rgb(177,49,140); }
H1.HeaderClassName
{
color: #B1318C;
}
.AnyTagClassName
{
color: #B1318C;
}
</style>
background-color css
<style>
a { background-color: #B1318C; }
a { background-color: rgb(177,49,140); }
div.DivClassName
{
background-color: #B1318C;
}
.BgClassName
{
background-color: #B1318C;
}
</style>
border-color css
<style>
span { border-color: #B1318C; }
span { border-color: rgb(177,49,140); }
td.TdClassName
{
border-color: #B1318C;
}
.TagClassName
{
border-color: #B1318C;
}
</style>