Shades of Medium Violet Red #B11A8D
Tints of Medium Violet Red #B11A8D
RGB
CMYK
RGB Variations
Color information
#B11A8D (or 0xB11A8D) is known color: Medium Violet Red. HEX triplet: B1, 1A and 8D. RGB value is (177,26,141). Sum of RGB (Red+Green+Blue) = 177+26+141=344 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.45% from 344); Green value is 26 (10.55% from 255 or 7.56% from 344); Blue value is 141 (55.47% from 255 or 40.99% from 344); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11A8D is #4EE572. Grayscale: #535353. Windows color (decimal): -5170547 or 9247409. OLE color: 9247409.
HSL color Cylindrical-coordinate representation of color #B11A8D: hue angle of 314.3º 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 #B11A8D is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 141 | - |
| CMYK | 0 | 0.85 | 0.20 | 0.31 |
| HSL | 314.3º | 0.74% | 0.4% | - |
| HSV(B) | 314.3º | 0.85% | 0.69% | - |
| XYZ | 23.31 | 12.01 | 26.29 | - |
| YUV | 84.26 | 160.03 | 194.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 141 | 0 | 0.85 | 0.20 | 0.31 | 314.3 | 0.74 | 0.4 |
| Hex | B1 | 1A | 8D | 0 | 55 | 14 | 1F | 13A | 4A | 28 |
| Octal | 261 | 32 | 215 | 0 | 125 | 24 | 37 | 472 | 112 | 50 |
| Binary | 10110001 | 11010 | 10001101 | 0 | 1010101 | 10100 | 11111 | 100111010 | 1001010 | 101000 |
Color Harmonies of #B11A8D
Complementary color
Monochromatic Colors of #B11A8D
Black with #B11A8D
Text Example
Text Example
White with #B11A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A8D; }
p { color: rgb(177,26,141); }
H1.HeaderClassName
{
color: #B11A8D;
}
.AnyTagClassName
{
color: #B11A8D;
}
</style>
background-color css
<style>
a { background-color: #B11A8D; }
a { background-color: rgb(177,26,141); }
div.DivClassName
{
background-color: #B11A8D;
}
.BgClassName
{
background-color: #B11A8D;
}
</style>
border-color css
<style>
span { border-color: #B11A8D; }
span { border-color: rgb(177,26,141); }
td.TdClassName
{
border-color: #B11A8D;
}
.TagClassName
{
border-color: #B11A8D;
}
</style>