Shades of Medium Violet Red #B91088
Tints of Medium Violet Red #B91088
RGB
CMYK
RGB Variations
Color information
#B91088 (or 0xB91088) is known color: Medium Violet Red. HEX triplet: B9, 10 and 88. RGB value is (185,16,136). Sum of RGB (Red+Green+Blue) = 185+16+136=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 16 (6.64% from 255 or 4.75% from 337); Blue value is 136 (53.52% from 255 or 40.36% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B91088 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91088 is #46EF77. Grayscale: #4F4F4F. Windows color (decimal): -4648824 or 8917177. OLE color: 8917177.
HSL color Cylindrical-coordinate representation of color #B91088: hue angle of 317.4º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B91088 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 16 | 136 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.27 |
| HSL | 317.4º | 0.84% | 0.39% | - |
| HSV(B) | 317.4º | 0.91% | 0.73% | - |
| XYZ | 24.64 | 12.46 | 24.4 | - |
| YUV | 80.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 16 | 136 | 0 | 0.91 | 0.26 | 0.27 | 317.4 | 0.84 | 0.39 |
| Hex | B9 | 10 | 88 | 0 | 5B | 1A | 1B | 13D | 54 | 27 |
| Octal | 271 | 20 | 210 | 0 | 133 | 32 | 33 | 475 | 124 | 47 |
| Binary | 10111001 | 10000 | 10001000 | 0 | 1011011 | 11010 | 11011 | 100111101 | 1010100 | 100111 |
Color Harmonies of #B91088
Complementary color
Monochromatic Colors of #B91088
Black with #B91088
Text Example
Text Example
White with #B91088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91088; }
p { color: rgb(185,16,136); }
H1.HeaderClassName
{
color: #B91088;
}
.AnyTagClassName
{
color: #B91088;
}
</style>
background-color css
<style>
a { background-color: #B91088; }
a { background-color: rgb(185,16,136); }
div.DivClassName
{
background-color: #B91088;
}
.BgClassName
{
background-color: #B91088;
}
</style>
border-color css
<style>
span { border-color: #B91088; }
span { border-color: rgb(185,16,136); }
td.TdClassName
{
border-color: #B91088;
}
.TagClassName
{
border-color: #B91088;
}
</style>