Shades of Medium Violet Red #B11682
Tints of Medium Violet Red #B11682
RGB
CMYK
RGB Variations
Color information
#B11682 (or 0xB11682) is known color: Medium Violet Red. HEX triplet: B1, 16 and 82. RGB value is (177,22,130). Sum of RGB (Red+Green+Blue) = 177+22+130=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 130 (51.17% from 255 or 39.51% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B11682 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11682 is #4EE97D. Grayscale: #505050. Windows color (decimal): -5171582 or 8525489. OLE color: 8525489.
HSL color Cylindrical-coordinate representation of color #B11682: hue angle of 318.19º 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 #B11682 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 22 | 130 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.31 |
| HSL | 318.19º | 0.78% | 0.39% | - |
| HSV(B) | 318.19º | 0.88% | 0.69% | - |
| XYZ | 22.45 | 11.53 | 22.16 | - |
| YUV | 80.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 22 | 130 | 0 | 0.88 | 0.27 | 0.31 | 318.19 | 0.78 | 0.39 |
| Hex | B1 | 16 | 82 | 0 | 58 | 1B | 1F | 13E | 4E | 27 |
| Octal | 261 | 26 | 202 | 0 | 130 | 33 | 37 | 476 | 116 | 47 |
| Binary | 10110001 | 10110 | 10000010 | 0 | 1011000 | 11011 | 11111 | 100111110 | 1001110 | 100111 |
Color Harmonies of #B11682
Complementary color
Monochromatic Colors of #B11682
Black with #B11682
Text Example
Text Example
White with #B11682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11682; }
p { color: rgb(177,22,130); }
H1.HeaderClassName
{
color: #B11682;
}
.AnyTagClassName
{
color: #B11682;
}
</style>
background-color css
<style>
a { background-color: #B11682; }
a { background-color: rgb(177,22,130); }
div.DivClassName
{
background-color: #B11682;
}
.BgClassName
{
background-color: #B11682;
}
</style>
border-color css
<style>
span { border-color: #B11682; }
span { border-color: rgb(177,22,130); }
td.TdClassName
{
border-color: #B11682;
}
.TagClassName
{
border-color: #B11682;
}
</style>