Shades of Medium Violet Red #B11B7D
Tints of Medium Violet Red #B11B7D
RGB
CMYK
RGB Variations
Color information
#B11B7D (or 0xB11B7D) is known color: Medium Violet Red. HEX triplet: B1, 1B and 7D. RGB value is (177,27,125). Sum of RGB (Red+Green+Blue) = 177+27+125=329 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.80% from 329); Green value is 27 (10.94% from 255 or 8.21% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B11B7D is #4EE482. Grayscale: #525252. Windows color (decimal): -5170307 or 8199089. OLE color: 8199089.
HSL color Cylindrical-coordinate representation of color #B11B7D: hue angle of 320.8º 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 #B11B7D is Cyan = 0, Magento = 0.85, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 125 | - |
| CMYK | 0 | 0.85 | 0.29 | 0.31 |
| HSL | 320.8º | 0.74% | 0.4% | - |
| HSV(B) | 320.8º | 0.85% | 0.69% | - |
| XYZ | 22.23 | 11.61 | 20.47 | - |
| YUV | 83.02 | 151.7 | 195.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 125 | 0 | 0.85 | 0.29 | 0.31 | 320.8 | 0.74 | 0.4 |
| Hex | B1 | 1B | 7D | 0 | 55 | 1D | 1F | 141 | 4A | 28 |
| Octal | 261 | 33 | 175 | 0 | 125 | 35 | 37 | 501 | 112 | 50 |
| Binary | 10110001 | 11011 | 1111101 | 0 | 1010101 | 11101 | 11111 | 101000001 | 1001010 | 101000 |
Color Harmonies of #B11B7D
Complementary color
Monochromatic Colors of #B11B7D
Black with #B11B7D
Text Example
Text Example
White with #B11B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B7D; }
p { color: rgb(177,27,125); }
H1.HeaderClassName
{
color: #B11B7D;
}
.AnyTagClassName
{
color: #B11B7D;
}
</style>
background-color css
<style>
a { background-color: #B11B7D; }
a { background-color: rgb(177,27,125); }
div.DivClassName
{
background-color: #B11B7D;
}
.BgClassName
{
background-color: #B11B7D;
}
</style>
border-color css
<style>
span { border-color: #B11B7D; }
span { border-color: rgb(177,27,125); }
td.TdClassName
{
border-color: #B11B7D;
}
.TagClassName
{
border-color: #B11B7D;
}
</style>