Shades of Medium Violet Red #B11A9F
Tints of Medium Violet Red #B11A9F
RGB
CMYK
RGB Variations
Color information
#B11A9F (or 0xB11A9F) is known color: Medium Violet Red. HEX triplet: B1, 1A and 9F. RGB value is (177,26,159). Sum of RGB (Red+Green+Blue) = 177+26+159=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 26 (10.55% from 255 or 7.18% from 362); Blue value is 159 (62.5% from 255 or 43.92% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B11A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11A9F is #4EE560. Grayscale: #555555. Windows color (decimal): -5170529 or 10427057. OLE color: 10427057.
HSL color Cylindrical-coordinate representation of color #B11A9F: hue angle of 307.15º 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 #B11A9F is Cyan = 0, Magento = 0.85, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 26 | 159 | - |
| CMYK | 0 | 0.85 | 0.10 | 0.31 |
| HSL | 307.15º | 0.74% | 0.4% | - |
| HSV(B) | 307.15º | 0.85% | 0.69% | - |
| XYZ | 24.76 | 12.59 | 33.93 | - |
| YUV | 86.31 | 169.03 | 192.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 26 | 159 | 0 | 0.85 | 0.10 | 0.31 | 307.15 | 0.74 | 0.4 |
| Hex | B1 | 1A | 9F | 0 | 55 | A | 1F | 133 | 4A | 28 |
| Octal | 261 | 32 | 237 | 0 | 125 | 12 | 37 | 463 | 112 | 50 |
| Binary | 10110001 | 11010 | 10011111 | 0 | 1010101 | 1010 | 11111 | 100110011 | 1001010 | 101000 |
Color Harmonies of #B11A9F
Complementary color
Monochromatic Colors of #B11A9F
Black with #B11A9F
Text Example
Text Example
White with #B11A9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11A9F; }
p { color: rgb(177,26,159); }
H1.HeaderClassName
{
color: #B11A9F;
}
.AnyTagClassName
{
color: #B11A9F;
}
</style>
background-color css
<style>
a { background-color: #B11A9F; }
a { background-color: rgb(177,26,159); }
div.DivClassName
{
background-color: #B11A9F;
}
.BgClassName
{
background-color: #B11A9F;
}
</style>
border-color css
<style>
span { border-color: #B11A9F; }
span { border-color: rgb(177,26,159); }
td.TdClassName
{
border-color: #B11A9F;
}
.TagClassName
{
border-color: #B11A9F;
}
</style>