Shades of Medium Violet Red #B1139C
Tints of Medium Violet Red #B1139C
RGB
CMYK
RGB Variations
Color information
#B1139C (or 0xB1139C) is known color: Medium Violet Red. HEX triplet: B1, 13 and 9C. RGB value is (177,19,156). Sum of RGB (Red+Green+Blue) = 177+19+156=352 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.28% from 352); Green value is 19 (7.81% from 255 or 5.40% from 352); Blue value is 156 (61.33% from 255 or 44.32% from 352); Max value from RGB is 177 - color contains mainly: red. Hex color #B1139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1139C is #4EEC63. Grayscale: #515151. Windows color (decimal): -5172324 or 10228657. OLE color: 10228657.
HSL color Cylindrical-coordinate representation of color #B1139C: hue angle of 307.97º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B1139C is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 19 | 156 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.31 |
| HSL | 307.97º | 0.81% | 0.38% | - |
| HSV(B) | 307.97º | 0.89% | 0.69% | - |
| XYZ | 24.37 | 12.21 | 32.53 | - |
| YUV | 81.86 | 169.85 | 195.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 19 | 156 | 0 | 0.89 | 0.12 | 0.31 | 307.97 | 0.81 | 0.38 |
| Hex | B1 | 13 | 9C | 0 | 59 | C | 1F | 134 | 51 | 26 |
| Octal | 261 | 23 | 234 | 0 | 131 | 14 | 37 | 464 | 121 | 46 |
| Binary | 10110001 | 10011 | 10011100 | 0 | 1011001 | 1100 | 11111 | 100110100 | 1010001 | 100110 |
Color Harmonies of #B1139C
Complementary color
Monochromatic Colors of #B1139C
Black with #B1139C
Text Example
Text Example
White with #B1139C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1139C; }
p { color: rgb(177,19,156); }
H1.HeaderClassName
{
color: #B1139C;
}
.AnyTagClassName
{
color: #B1139C;
}
</style>
background-color css
<style>
a { background-color: #B1139C; }
a { background-color: rgb(177,19,156); }
div.DivClassName
{
background-color: #B1139C;
}
.BgClassName
{
background-color: #B1139C;
}
</style>
border-color css
<style>
span { border-color: #B1139C; }
span { border-color: rgb(177,19,156); }
td.TdClassName
{
border-color: #B1139C;
}
.TagClassName
{
border-color: #B1139C;
}
</style>