Shades of Medium Violet Red #B1119A
Tints of Medium Violet Red #B1119A
RGB
CMYK
RGB Variations
Color information
#B1119A (or 0xB1119A) is known color: Medium Violet Red. HEX triplet: B1, 11 and 9A. RGB value is (177,17,154). Sum of RGB (Red+Green+Blue) = 177+17+154=348 (46% of max value = 765). Red value is 177 (69.53% from 255 or 50.86% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 177 - color contains mainly: red. Hex color #B1119A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1119A is #4EEE65. Grayscale: #505050. Windows color (decimal): -5172838 or 10097073. OLE color: 10097073.
HSL color Cylindrical-coordinate representation of color #B1119A: hue angle of 308.62º 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 #B1119A is Cyan = 0, Magento = 0.90, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 17 | 154 | - |
| CMYK | 0 | 0.90 | 0.13 | 0.31 |
| HSL | 308.63º | 0.82% | 0.38% | - |
| HSV(B) | 308.63º | 0.9% | 0.69% | - |
| XYZ | 24.16 | 12.08 | 31.63 | - |
| YUV | 80.46 | 169.51 | 196.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 17 | 154 | 0 | 0.90 | 0.13 | 0.31 | 308.63 | 0.82 | 0.38 |
| Hex | B1 | 11 | 9A | 0 | 5A | D | 1F | 135 | 52 | 26 |
| Octal | 261 | 21 | 232 | 0 | 132 | 15 | 37 | 465 | 122 | 46 |
| Binary | 10110001 | 10001 | 10011010 | 0 | 1011010 | 1101 | 11111 | 100110101 | 1010010 | 100110 |
Color Harmonies of #B1119A
Complementary color
Monochromatic Colors of #B1119A
Black with #B1119A
Text Example
Text Example
White with #B1119A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1119A; }
p { color: rgb(177,17,154); }
H1.HeaderClassName
{
color: #B1119A;
}
.AnyTagClassName
{
color: #B1119A;
}
</style>
background-color css
<style>
a { background-color: #B1119A; }
a { background-color: rgb(177,17,154); }
div.DivClassName
{
background-color: #B1119A;
}
.BgClassName
{
background-color: #B1119A;
}
</style>
border-color css
<style>
span { border-color: #B1119A; }
span { border-color: rgb(177,17,154); }
td.TdClassName
{
border-color: #B1119A;
}
.TagClassName
{
border-color: #B1119A;
}
</style>