Shades of Medium Violet Red #B11675
Tints of Medium Violet Red #B11675
RGB
CMYK
RGB Variations
Color information
#B11675 (or 0xB11675) is known color: Medium Violet Red. HEX triplet: B1, 16 and 75. RGB value is (177,22,117). Sum of RGB (Red+Green+Blue) = 177+22+117=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 22 (8.98% from 255 or 6.96% from 316); Blue value is 117 (46.09% from 255 or 37.03% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B11675 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B11675 is #4EE98A. Grayscale: #4E4E4E. Windows color (decimal): -5171595 or 7673521. OLE color: 7673521.
HSL color Cylindrical-coordinate representation of color #B11675: hue angle of 323.23º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B11675 is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 117 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.31 |
| HSL | 323.23º | 0.78% | 0.39% | - |
| HSV(B) | 323.23º | 0.88% | 0.69% | - |
| XYZ | 21.63 | 11.21 | 17.85 | - |
| YUV | 79.18 | 149.35 | 197.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 117 | 0 | 0.88 | 0.34 | 0.31 | 323.23 | 0.78 | 0.39 |
| Hex | B1 | 16 | 75 | 0 | 58 | 22 | 1F | 143 | 4E | 27 |
| Octal | 261 | 26 | 165 | 0 | 130 | 42 | 37 | 503 | 116 | 47 |
| Binary | 10110001 | 10110 | 1110101 | 0 | 1011000 | 100010 | 11111 | 101000011 | 1001110 | 100111 |
Color Harmonies of #B11675
Complementary color
Monochromatic Colors of #B11675
Black with #B11675
Text Example
Text Example
White with #B11675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11675; }
p { color: rgb(177,22,117); }
H1.HeaderClassName
{
color: #B11675;
}
.AnyTagClassName
{
color: #B11675;
}
</style>
background-color css
<style>
a { background-color: #B11675; }
a { background-color: rgb(177,22,117); }
div.DivClassName
{
background-color: #B11675;
}
.BgClassName
{
background-color: #B11675;
}
</style>
border-color css
<style>
span { border-color: #B11675; }
span { border-color: rgb(177,22,117); }
td.TdClassName
{
border-color: #B11675;
}
.TagClassName
{
border-color: #B11675;
}
</style>