Shades of Medium Violet Red #B11488
Tints of Medium Violet Red #B11488
RGB
CMYK
RGB Variations
Color information
#B11488 (or 0xB11488) is known color: Medium Violet Red. HEX triplet: B1, 14 and 88. RGB value is (177,20,136). Sum of RGB (Red+Green+Blue) = 177+20+136=333 (44% of max value = 765). Red value is 177 (69.53% from 255 or 53.15% from 333); Green value is 20 (8.20% from 255 or 6.01% from 333); Blue value is 136 (53.52% from 255 or 40.84% from 333); Max value from RGB is 177 - color contains mainly: red. Hex color #B11488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11488 is #4EEB77. Grayscale: #4F4F4F. Windows color (decimal): -5172088 or 8918193. OLE color: 8918193.
HSL color Cylindrical-coordinate representation of color #B11488: hue angle of 315.67º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B11488 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 20 | 136 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.31 |
| HSL | 315.67º | 0.8% | 0.39% | - |
| HSV(B) | 315.67º | 0.89% | 0.69% | - |
| XYZ | 22.83 | 11.63 | 24.33 | - |
| YUV | 80.17 | 159.51 | 197.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 20 | 136 | 0 | 0.89 | 0.23 | 0.31 | 315.67 | 0.8 | 0.39 |
| Hex | B1 | 14 | 88 | 0 | 59 | 17 | 1F | 13C | 50 | 27 |
| Octal | 261 | 24 | 210 | 0 | 131 | 27 | 37 | 474 | 120 | 47 |
| Binary | 10110001 | 10100 | 10001000 | 0 | 1011001 | 10111 | 11111 | 100111100 | 1010000 | 100111 |
Color Harmonies of #B11488
Complementary color
Monochromatic Colors of #B11488
Black with #B11488
Text Example
Text Example
White with #B11488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11488; }
p { color: rgb(177,20,136); }
H1.HeaderClassName
{
color: #B11488;
}
.AnyTagClassName
{
color: #B11488;
}
</style>
background-color css
<style>
a { background-color: #B11488; }
a { background-color: rgb(177,20,136); }
div.DivClassName
{
background-color: #B11488;
}
.BgClassName
{
background-color: #B11488;
}
</style>
border-color css
<style>
span { border-color: #B11488; }
span { border-color: rgb(177,20,136); }
td.TdClassName
{
border-color: #B11488;
}
.TagClassName
{
border-color: #B11488;
}
</style>