Shades of Medium Violet Red #B11082
Tints of Medium Violet Red #B11082
RGB
CMYK
RGB Variations
Color information
#B11082 (or 0xB11082) is known color: Medium Violet Red. HEX triplet: B1, 10 and 82. RGB value is (177,16,130). Sum of RGB (Red+Green+Blue) = 177+16+130=323 (42% of max value = 765). Red value is 177 (69.53% from 255 or 54.80% from 323); Green value is 16 (6.64% from 255 or 4.95% from 323); Blue value is 130 (51.17% from 255 or 40.25% from 323); Max value from RGB is 177 - color contains mainly: red. Hex color #B11082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11082 is #4EEF7D. Grayscale: #4C4C4C. Windows color (decimal): -5173118 or 8523953. OLE color: 8523953.
HSL color Cylindrical-coordinate representation of color #B11082: hue angle of 317.52º 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 #B11082 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 16 | 130 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.31 |
| HSL | 317.52º | 0.83% | 0.38% | - |
| HSV(B) | 317.52º | 0.91% | 0.69% | - |
| XYZ | 22.35 | 11.33 | 22.13 | - |
| YUV | 77.14 | 157.84 | 199.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 16 | 130 | 0 | 0.91 | 0.27 | 0.31 | 317.52 | 0.83 | 0.38 |
| Hex | B1 | 10 | 82 | 0 | 5B | 1B | 1F | 13E | 53 | 26 |
| Octal | 261 | 20 | 202 | 0 | 133 | 33 | 37 | 476 | 123 | 46 |
| Binary | 10110001 | 10000 | 10000010 | 0 | 1011011 | 11011 | 11111 | 100111110 | 1010011 | 100110 |
Color Harmonies of #B11082
Complementary color
Monochromatic Colors of #B11082
Black with #B11082
Text Example
Text Example
White with #B11082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11082; }
p { color: rgb(177,16,130); }
H1.HeaderClassName
{
color: #B11082;
}
.AnyTagClassName
{
color: #B11082;
}
</style>
background-color css
<style>
a { background-color: #B11082; }
a { background-color: rgb(177,16,130); }
div.DivClassName
{
background-color: #B11082;
}
.BgClassName
{
background-color: #B11082;
}
</style>
border-color css
<style>
span { border-color: #B11082; }
span { border-color: rgb(177,16,130); }
td.TdClassName
{
border-color: #B11082;
}
.TagClassName
{
border-color: #B11082;
}
</style>