Shades of Medium Red Violet #B1318B
Tints of Medium Red Violet #B1318B
RGB
CMYK
RGB Variations
Color information
#B1318B (or 0xB1318B) is known color: Medium Red Violet. HEX triplet: B1, 31 and 8B. RGB value is (177,49,139). Sum of RGB (Red+Green+Blue) = 177+49+139=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 49 (19.53% from 255 or 13.42% from 365); Blue value is 139 (54.69% from 255 or 38.08% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B1318B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1318B is #4ECE74. Grayscale: #616161. Windows color (decimal): -5164661 or 9122225. OLE color: 9122225.
HSL color Cylindrical-coordinate representation of color #B1318B: hue angle of 317.81º 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 #B1318B is Cyan = 0, Magento = 0.72, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 139 | - |
| CMYK | 0 | 0.72 | 0.21 | 0.31 |
| HSL | 317.81º | 0.57% | 0.44% | - |
| HSV(B) | 317.81º | 0.72% | 0.69% | - |
| XYZ | 23.89 | 13.41 | 25.75 | - |
| YUV | 97.53 | 151.41 | 184.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 139 | 0 | 0.72 | 0.21 | 0.31 | 317.81 | 0.57 | 0.44 |
| Hex | B1 | 31 | 8B | 0 | 48 | 15 | 1F | 13E | 39 | 2C |
| Octal | 261 | 61 | 213 | 0 | 110 | 25 | 37 | 476 | 71 | 54 |
| Binary | 10110001 | 110001 | 10001011 | 0 | 1001000 | 10101 | 11111 | 100111110 | 111001 | 101100 |
Color Harmonies of #B1318B
Complementary color
Monochromatic Colors of #B1318B
Black with #B1318B
Text Example
Text Example
White with #B1318B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1318B; }
p { color: rgb(177,49,139); }
H1.HeaderClassName
{
color: #B1318B;
}
.AnyTagClassName
{
color: #B1318B;
}
</style>
background-color css
<style>
a { background-color: #B1318B; }
a { background-color: rgb(177,49,139); }
div.DivClassName
{
background-color: #B1318B;
}
.BgClassName
{
background-color: #B1318B;
}
</style>
border-color css
<style>
span { border-color: #B1318B; }
span { border-color: rgb(177,49,139); }
td.TdClassName
{
border-color: #B1318B;
}
.TagClassName
{
border-color: #B1318B;
}
</style>