Shades of Medium Violet Red #B11279
Tints of Medium Violet Red #B11279
RGB
CMYK
RGB Variations
Color information
#B11279 (or 0xB11279) is known color: Medium Violet Red. HEX triplet: B1, 12 and 79. RGB value is (177,18,121). Sum of RGB (Red+Green+Blue) = 177+18+121=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 121 (47.66% from 255 or 38.29% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11279 is #4EED86. Grayscale: #4D4D4D. Windows color (decimal): -5172615 or 7934641. OLE color: 7934641.
HSL color Cylindrical-coordinate representation of color #B11279: hue angle of 321.13º 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 #B11279 is Cyan = 0, Magento = 0.90, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 121 | - |
| CMYK | 0 | 0.90 | 0.32 | 0.31 |
| HSL | 321.13º | 0.82% | 0.38% | - |
| HSV(B) | 321.13º | 0.9% | 0.69% | - |
| XYZ | 21.8 | 11.16 | 19.09 | - |
| YUV | 77.28 | 152.68 | 199.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 121 | 0 | 0.90 | 0.32 | 0.31 | 321.13 | 0.82 | 0.38 |
| Hex | B1 | 12 | 79 | 0 | 5A | 20 | 1F | 141 | 52 | 26 |
| Octal | 261 | 22 | 171 | 0 | 132 | 40 | 37 | 501 | 122 | 46 |
| Binary | 10110001 | 10010 | 1111001 | 0 | 1011010 | 100000 | 11111 | 101000001 | 1010010 | 100110 |
Color Harmonies of #B11279
Complementary color
Monochromatic Colors of #B11279
Black with #B11279
Text Example
Text Example
White with #B11279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11279; }
p { color: rgb(177,18,121); }
H1.HeaderClassName
{
color: #B11279;
}
.AnyTagClassName
{
color: #B11279;
}
</style>
background-color css
<style>
a { background-color: #B11279; }
a { background-color: rgb(177,18,121); }
div.DivClassName
{
background-color: #B11279;
}
.BgClassName
{
background-color: #B11279;
}
</style>
border-color css
<style>
span { border-color: #B11279; }
span { border-color: rgb(177,18,121); }
td.TdClassName
{
border-color: #B11279;
}
.TagClassName
{
border-color: #B11279;
}
</style>