Shades of Medium Violet Red #B11092
Tints of Medium Violet Red #B11092
RGB
CMYK
RGB Variations
Color information
#B11092 (or 0xB11092) is known color: Medium Violet Red. HEX triplet: B1, 10 and 92. RGB value is (177,16,146). Sum of RGB (Red+Green+Blue) = 177+16+146=339 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.21% from 339); Green value is 16 (6.64% from 255 or 4.72% from 339); Blue value is 146 (57.42% from 255 or 43.07% from 339); Max value from RGB is 177 - color contains mainly: red. Hex color #B11092 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11092 is #4EEF6D. Grayscale: #4E4E4E. Windows color (decimal): -5173102 or 9572529. OLE color: 9572529.
HSL color Cylindrical-coordinate representation of color #B11092: hue angle of 311.55º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B11092 is Cyan = 0, Magento = 0.91, Yellow = 0.18 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 146 | - |
| CMYK | 0 | 0.91 | 0.18 | 0.31 |
| HSL | 311.55º | 0.83% | 0.38% | - |
| HSV(B) | 311.55º | 0.91% | 0.69% | - |
| XYZ | 23.51 | 11.79 | 28.23 | - |
| YUV | 78.96 | 165.84 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 146 | 0 | 0.91 | 0.18 | 0.31 | 311.55 | 0.83 | 0.38 |
| Hex | B1 | 10 | 92 | 0 | 5B | 12 | 1F | 138 | 53 | 26 |
| Octal | 261 | 20 | 222 | 0 | 133 | 22 | 37 | 470 | 123 | 46 |
| Binary | 10110001 | 10000 | 10010010 | 0 | 1011011 | 10010 | 11111 | 100111000 | 1010011 | 100110 |
Color Harmonies of #B11092
Complementary color
Monochromatic Colors of #B11092
Black with #B11092
Text Example
Text Example
White with #B11092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11092; }
p { color: rgb(177,16,146); }
H1.HeaderClassName
{
color: #B11092;
}
.AnyTagClassName
{
color: #B11092;
}
</style>
background-color css
<style>
a { background-color: #B11092; }
a { background-color: rgb(177,16,146); }
div.DivClassName
{
background-color: #B11092;
}
.BgClassName
{
background-color: #B11092;
}
</style>
border-color css
<style>
span { border-color: #B11092; }
span { border-color: rgb(177,16,146); }
td.TdClassName
{
border-color: #B11092;
}
.TagClassName
{
border-color: #B11092;
}
</style>