Shades of Medium Violet Red #B1119D
Tints of Medium Violet Red #B1119D
RGB
CMYK
RGB Variations
Color information
#B1119D (or 0xB1119D) is known color: Medium Violet Red. HEX triplet: B1, 11 and 9D. RGB value is (177,17,157). Sum of RGB (Red+Green+Blue) = 177+17+157=351 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.43% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 157 (61.72% from 255 or 44.73% from 351); Max value from RGB is 177 - color contains mainly: red. Hex color #B1119D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1119D is #4EEE62. Grayscale: #505050. Windows color (decimal): -5172835 or 10293681. OLE color: 10293681.
HSL color Cylindrical-coordinate representation of color #B1119D: hue angle of 307.5º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B1119D is Cyan = 0, Magento = 0.90, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 157 | - |
| CMYK | 0 | 0.90 | 0.11 | 0.31 |
| HSL | 307.5º | 0.82% | 0.38% | - |
| HSV(B) | 307.5º | 0.9% | 0.69% | - |
| XYZ | 24.42 | 12.18 | 32.96 | - |
| YUV | 80.8 | 171.01 | 196.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 157 | 0 | 0.90 | 0.11 | 0.31 | 307.5 | 0.82 | 0.38 |
| Hex | B1 | 11 | 9D | 0 | 5A | B | 1F | 134 | 52 | 26 |
| Octal | 261 | 21 | 235 | 0 | 132 | 13 | 37 | 464 | 122 | 46 |
| Binary | 10110001 | 10001 | 10011101 | 0 | 1011010 | 1011 | 11111 | 100110100 | 1010010 | 100110 |
Color Harmonies of #B1119D
Complementary color
Monochromatic Colors of #B1119D
Black with #B1119D
Text Example
Text Example
White with #B1119D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1119D; }
p { color: rgb(177,17,157); }
H1.HeaderClassName
{
color: #B1119D;
}
.AnyTagClassName
{
color: #B1119D;
}
</style>
background-color css
<style>
a { background-color: #B1119D; }
a { background-color: rgb(177,17,157); }
div.DivClassName
{
background-color: #B1119D;
}
.BgClassName
{
background-color: #B1119D;
}
</style>
border-color css
<style>
span { border-color: #B1119D; }
span { border-color: rgb(177,17,157); }
td.TdClassName
{
border-color: #B1119D;
}
.TagClassName
{
border-color: #B1119D;
}
</style>