Shades of Medium Violet Red #B11090
Tints of Medium Violet Red #B11090
RGB
CMYK
RGB Variations
Color information
#B11090 (or 0xB11090) is known color: Medium Violet Red. HEX triplet: B1, 10 and 90. RGB value is (177,16,144). Sum of RGB (Red+Green+Blue) = 177+16+144=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 144 (56.64% from 255 or 42.73% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B11090 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11090 is #4EEF6F. Grayscale: #4E4E4E. Windows color (decimal): -5173104 or 9441457. OLE color: 9441457.
HSL color Cylindrical-coordinate representation of color #B11090: hue angle of 312.3º 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 #B11090 is Cyan = 0, Magento = 0.91, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 144 | - |
| CMYK | 0 | 0.91 | 0.19 | 0.31 |
| HSL | 312.3º | 0.83% | 0.38% | - |
| HSV(B) | 312.3º | 0.91% | 0.69% | - |
| XYZ | 23.35 | 11.73 | 27.42 | - |
| YUV | 78.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 144 | 0 | 0.91 | 0.19 | 0.31 | 312.3 | 0.83 | 0.38 |
| Hex | B1 | 10 | 90 | 0 | 5B | 13 | 1F | 138 | 53 | 26 |
| Octal | 261 | 20 | 220 | 0 | 133 | 23 | 37 | 470 | 123 | 46 |
| Binary | 10110001 | 10000 | 10010000 | 0 | 1011011 | 10011 | 11111 | 100111000 | 1010011 | 100110 |
Color Harmonies of #B11090
Complementary color
Monochromatic Colors of #B11090
Black with #B11090
Text Example
Text Example
White with #B11090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11090; }
p { color: rgb(177,16,144); }
H1.HeaderClassName
{
color: #B11090;
}
.AnyTagClassName
{
color: #B11090;
}
</style>
background-color css
<style>
a { background-color: #B11090; }
a { background-color: rgb(177,16,144); }
div.DivClassName
{
background-color: #B11090;
}
.BgClassName
{
background-color: #B11090;
}
</style>
border-color css
<style>
span { border-color: #B11090; }
span { border-color: rgb(177,16,144); }
td.TdClassName
{
border-color: #B11090;
}
.TagClassName
{
border-color: #B11090;
}
</style>