Shades of Medium Violet Red #B11A8B
Tints of Medium Violet Red #B11A8B
RGB
CMYK
RGB Variations
Color information
#B11A8B (or 0xB11A8B) is known color: Medium Violet Red. HEX triplet: B1, 1A and 8B. RGB value is (177,26,139). Sum of RGB (Red+Green+Blue) = 177+26+139=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 26 (10.55% from 255 or 7.60% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11A8B is #4EE574. Grayscale: #535353. Windows color (decimal): -5170549 or 9116337. OLE color: 9116337.
HSL color Cylindrical-coordinate representation of color #B11A8B: hue angle of 315.1º 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 #B11A8B is Cyan = 0, Magento = 0.85, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 139 | - |
| CMYK | 0 | 0.85 | 0.21 | 0.31 |
| HSL | 315.1º | 0.74% | 0.4% | - |
| HSV(B) | 315.1º | 0.85% | 0.69% | - |
| XYZ | 23.16 | 11.95 | 25.51 | - |
| YUV | 84.03 | 159.03 | 194.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 139 | 0 | 0.85 | 0.21 | 0.31 | 315.1 | 0.74 | 0.4 |
| Hex | B1 | 1A | 8B | 0 | 55 | 15 | 1F | 13B | 4A | 28 |
| Octal | 261 | 32 | 213 | 0 | 125 | 25 | 37 | 473 | 112 | 50 |
| Binary | 10110001 | 11010 | 10001011 | 0 | 1010101 | 10101 | 11111 | 100111011 | 1001010 | 101000 |
Color Harmonies of #B11A8B
Complementary color
Monochromatic Colors of #B11A8B
Black with #B11A8B
Text Example
Text Example
White with #B11A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A8B; }
p { color: rgb(177,26,139); }
H1.HeaderClassName
{
color: #B11A8B;
}
.AnyTagClassName
{
color: #B11A8B;
}
</style>
background-color css
<style>
a { background-color: #B11A8B; }
a { background-color: rgb(177,26,139); }
div.DivClassName
{
background-color: #B11A8B;
}
.BgClassName
{
background-color: #B11A8B;
}
</style>
border-color css
<style>
span { border-color: #B11A8B; }
span { border-color: rgb(177,26,139); }
td.TdClassName
{
border-color: #B11A8B;
}
.TagClassName
{
border-color: #B11A8B;
}
</style>