Shades of Medium Violet Red #B11B7B
Tints of Medium Violet Red #B11B7B
RGB
CMYK
RGB Variations
Color information
#B11B7B (or 0xB11B7B) is known color: Medium Violet Red. HEX triplet: B1, 1B and 7B. RGB value is (177,27,123). Sum of RGB (Red+Green+Blue) = 177+27+123=327 (43% of max value = 765). Red value is 177 (69.53% from 255 or 54.13% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 123 (48.44% from 255 or 37.61% from 327); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11B7B is #4EE484. Grayscale: #525252. Windows color (decimal): -5170309 or 8068017. OLE color: 8068017.
HSL color Cylindrical-coordinate representation of color #B11B7B: hue angle of 321.6º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B11B7B is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 123 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.31 |
| HSL | 321.6º | 0.74% | 0.4% | - |
| HSV(B) | 321.6º | 0.85% | 0.69% | - |
| XYZ | 22.1 | 11.56 | 19.81 | - |
| YUV | 82.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 123 | 0 | 0.85 | 0.31 | 0.31 | 321.6 | 0.74 | 0.4 |
| Hex | B1 | 1B | 7B | 0 | 55 | 1F | 1F | 142 | 4A | 28 |
| Octal | 261 | 33 | 173 | 0 | 125 | 37 | 37 | 502 | 112 | 50 |
| Binary | 10110001 | 11011 | 1111011 | 0 | 1010101 | 11111 | 11111 | 101000010 | 1001010 | 101000 |
Color Harmonies of #B11B7B
Complementary color
Monochromatic Colors of #B11B7B
Black with #B11B7B
Text Example
Text Example
White with #B11B7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B7B; }
p { color: rgb(177,27,123); }
H1.HeaderClassName
{
color: #B11B7B;
}
.AnyTagClassName
{
color: #B11B7B;
}
</style>
background-color css
<style>
a { background-color: #B11B7B; }
a { background-color: rgb(177,27,123); }
div.DivClassName
{
background-color: #B11B7B;
}
.BgClassName
{
background-color: #B11B7B;
}
</style>
border-color css
<style>
span { border-color: #B11B7B; }
span { border-color: rgb(177,27,123); }
td.TdClassName
{
border-color: #B11B7B;
}
.TagClassName
{
border-color: #B11B7B;
}
</style>