Shades of Medium Red Violet #B1319F
Tints of Medium Red Violet #B1319F
RGB
CMYK
RGB Variations
Color information
#B1319F (or 0xB1319F) is known color: Medium Red Violet. HEX triplet: B1, 31 and 9F. RGB value is (177,49,159). Sum of RGB (Red+Green+Blue) = 177+49+159=385 (50% of max value = 765). Red value is 177 (69.53% from 255 or 45.97% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 159 (62.5% from 255 or 41.30% from 385); Max value from RGB is 177 - color contains mainly: red. Hex color #B1319F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1319F is #4ECE60. Grayscale: #636363. Windows color (decimal): -5164641 or 10432945. OLE color: 10432945.
HSL color Cylindrical-coordinate representation of color #B1319F: hue angle of 308.44º 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 #B1319F is Cyan = 0, Magento = 0.72, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 159 | - |
| CMYK | 0 | 0.72 | 0.10 | 0.31 |
| HSL | 308.44º | 0.57% | 0.44% | - |
| HSV(B) | 308.44º | 0.72% | 0.69% | - |
| XYZ | 25.49 | 14.05 | 34.17 | - |
| YUV | 99.81 | 161.41 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 159 | 0 | 0.72 | 0.10 | 0.31 | 308.44 | 0.57 | 0.44 |
| Hex | B1 | 31 | 9F | 0 | 48 | A | 1F | 134 | 39 | 2C |
| Octal | 261 | 61 | 237 | 0 | 110 | 12 | 37 | 464 | 71 | 54 |
| Binary | 10110001 | 110001 | 10011111 | 0 | 1001000 | 1010 | 11111 | 100110100 | 111001 | 101100 |
Color Harmonies of #B1319F
Complementary color
Monochromatic Colors of #B1319F
Black with #B1319F
Text Example
Text Example
White with #B1319F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1319F; }
p { color: rgb(177,49,159); }
H1.HeaderClassName
{
color: #B1319F;
}
.AnyTagClassName
{
color: #B1319F;
}
</style>
background-color css
<style>
a { background-color: #B1319F; }
a { background-color: rgb(177,49,159); }
div.DivClassName
{
background-color: #B1319F;
}
.BgClassName
{
background-color: #B1319F;
}
</style>
border-color css
<style>
span { border-color: #B1319F; }
span { border-color: rgb(177,49,159); }
td.TdClassName
{
border-color: #B1319F;
}
.TagClassName
{
border-color: #B1319F;
}
</style>