Shades of Medium Red Violet #B1319A
Tints of Medium Red Violet #B1319A
RGB
CMYK
RGB Variations
Color information
#B1319A (or 0xB1319A) is known color: Medium Red Violet. HEX triplet: B1, 31 and 9A. RGB value is (177,49,154). Sum of RGB (Red+Green+Blue) = 177+49+154=380 (50% of max value = 765). Red value is 177 (69.53% from 255 or 46.58% from 380); Green value is 49 (19.53% from 255 or 12.89% from 380); Blue value is 154 (60.55% from 255 or 40.53% from 380); Max value from RGB is 177 - color contains mainly: red. Hex color #B1319A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1319A is #4ECE65. Grayscale: #626262. Windows color (decimal): -5164646 or 10105265. OLE color: 10105265.
HSL color Cylindrical-coordinate representation of color #B1319A: hue angle of 310.78º 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 #B1319A is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 49 | 154 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.31 |
| HSL | 310.78º | 0.57% | 0.44% | - |
| HSV(B) | 310.78º | 0.72% | 0.69% | - |
| XYZ | 25.06 | 13.88 | 31.93 | - |
| YUV | 99.24 | 158.91 | 183.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 49 | 154 | 0 | 0.72 | 0.13 | 0.31 | 310.78 | 0.57 | 0.44 |
| Hex | B1 | 31 | 9A | 0 | 48 | D | 1F | 137 | 39 | 2C |
| Octal | 261 | 61 | 232 | 0 | 110 | 15 | 37 | 467 | 71 | 54 |
| Binary | 10110001 | 110001 | 10011010 | 0 | 1001000 | 1101 | 11111 | 100110111 | 111001 | 101100 |
Color Harmonies of #B1319A
Complementary color
Monochromatic Colors of #B1319A
Black with #B1319A
Text Example
Text Example
White with #B1319A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1319A; }
p { color: rgb(177,49,154); }
H1.HeaderClassName
{
color: #B1319A;
}
.AnyTagClassName
{
color: #B1319A;
}
</style>
background-color css
<style>
a { background-color: #B1319A; }
a { background-color: rgb(177,49,154); }
div.DivClassName
{
background-color: #B1319A;
}
.BgClassName
{
background-color: #B1319A;
}
</style>
border-color css
<style>
span { border-color: #B1319A; }
span { border-color: rgb(177,49,154); }
td.TdClassName
{
border-color: #B1319A;
}
.TagClassName
{
border-color: #B1319A;
}
</style>