Shades of Medium Violet Red #B11B9E
Tints of Medium Violet Red #B11B9E
RGB
CMYK
RGB Variations
Color information
#B11B9E (or 0xB11B9E) is known color: Medium Violet Red. HEX triplet: B1, 1B and 9E. RGB value is (177,27,158). Sum of RGB (Red+Green+Blue) = 177+27+158=362 (47% of max value = 765). Red value is 177 (69.53% from 255 or 48.90% from 362); Green value is 27 (10.94% from 255 or 7.46% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 177 - color contains mainly: red. Hex color #B11B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B11B9E is #4EE461. Grayscale: #565656. Windows color (decimal): -5170274 or 10361777. OLE color: 10361777.
HSL color Cylindrical-coordinate representation of color #B11B9E: hue angle of 307.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 #B11B9E is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 27 | 158 | - |
| CMYK | 0 | 0.85 | 0.11 | 0.31 |
| HSL | 307.6º | 0.74% | 0.4% | - |
| HSV(B) | 307.6º | 0.85% | 0.69% | - |
| XYZ | 24.69 | 12.6 | 33.48 | - |
| YUV | 86.78 | 168.2 | 192.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 27 | 158 | 0 | 0.85 | 0.11 | 0.31 | 307.6 | 0.74 | 0.4 |
| Hex | B1 | 1B | 9E | 0 | 55 | B | 1F | 134 | 4A | 28 |
| Octal | 261 | 33 | 236 | 0 | 125 | 13 | 37 | 464 | 112 | 50 |
| Binary | 10110001 | 11011 | 10011110 | 0 | 1010101 | 1011 | 11111 | 100110100 | 1001010 | 101000 |
Color Harmonies of #B11B9E
Complementary color
Monochromatic Colors of #B11B9E
Black with #B11B9E
Text Example
Text Example
White with #B11B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11B9E; }
p { color: rgb(177,27,158); }
H1.HeaderClassName
{
color: #B11B9E;
}
.AnyTagClassName
{
color: #B11B9E;
}
</style>
background-color css
<style>
a { background-color: #B11B9E; }
a { background-color: rgb(177,27,158); }
div.DivClassName
{
background-color: #B11B9E;
}
.BgClassName
{
background-color: #B11B9E;
}
</style>
border-color css
<style>
span { border-color: #B11B9E; }
span { border-color: rgb(177,27,158); }
td.TdClassName
{
border-color: #B11B9E;
}
.TagClassName
{
border-color: #B11B9E;
}
</style>