Shades of Medium Violet Red #B11288
Tints of Medium Violet Red #B11288
RGB
CMYK
RGB Variations
Color information
#B11288 (or 0xB11288) is known color: Medium Violet Red. HEX triplet: B1, 12 and 88. RGB value is (177,18,136). Sum of RGB (Red+Green+Blue) = 177+18+136=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 18 (7.42% from 255 or 5.44% from 331); Blue value is 136 (53.52% from 255 or 41.09% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B11288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B11288 is #4EED77. Grayscale: #4E4E4E. Windows color (decimal): -5172600 or 8917681. OLE color: 8917681.
HSL color Cylindrical-coordinate representation of color #B11288: hue angle of 315.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B11288 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 18 | 136 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.31 |
| HSL | 315.47º | 0.82% | 0.38% | - |
| HSV(B) | 315.47º | 0.9% | 0.69% | - |
| XYZ | 22.79 | 11.56 | 24.32 | - |
| YUV | 78.99 | 160.18 | 197.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 18 | 136 | 0 | 0.90 | 0.23 | 0.31 | 315.47 | 0.82 | 0.38 |
| Hex | B1 | 12 | 88 | 0 | 5A | 17 | 1F | 13B | 52 | 26 |
| Octal | 261 | 22 | 210 | 0 | 132 | 27 | 37 | 473 | 122 | 46 |
| Binary | 10110001 | 10010 | 10001000 | 0 | 1011010 | 10111 | 11111 | 100111011 | 1010010 | 100110 |
Color Harmonies of #B11288
Complementary color
Monochromatic Colors of #B11288
Black with #B11288
Text Example
Text Example
White with #B11288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B11288; }
p { color: rgb(177,18,136); }
H1.HeaderClassName
{
color: #B11288;
}
.AnyTagClassName
{
color: #B11288;
}
</style>
background-color css
<style>
a { background-color: #B11288; }
a { background-color: rgb(177,18,136); }
div.DivClassName
{
background-color: #B11288;
}
.BgClassName
{
background-color: #B11288;
}
</style>
border-color css
<style>
span { border-color: #B11288; }
span { border-color: rgb(177,18,136); }
td.TdClassName
{
border-color: #B11288;
}
.TagClassName
{
border-color: #B11288;
}
</style>