Shades of Medium Violet Red #B91B9D
Tints of Medium Violet Red #B91B9D
RGB
CMYK
RGB Variations
Color information
#B91B9D (or 0xB91B9D) is known color: Medium Violet Red. HEX triplet: B9, 1B and 9D. RGB value is (185,27,157). Sum of RGB (Red+Green+Blue) = 185+27+157=369 (48% of max value = 765). Red value is 185 (72.66% from 255 or 50.14% from 369); Green value is 27 (10.94% from 255 or 7.32% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91B9D is #46E462. Grayscale: #585858. Windows color (decimal): -4645987 or 10296249. OLE color: 10296249.
HSL color Cylindrical-coordinate representation of color #B91B9D: hue angle of 310.63º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B91B9D is Cyan = 0, Magento = 0.85, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 157 | - |
| CMYK | 0 | 0.85 | 0.15 | 0.27 |
| HSL | 310.63º | 0.75% | 0.42% | - |
| HSV(B) | 310.63º | 0.85% | 0.73% | - |
| XYZ | 26.49 | 13.53 | 33.11 | - |
| YUV | 89.06 | 166.35 | 196.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 157 | 0 | 0.85 | 0.15 | 0.27 | 310.63 | 0.75 | 0.42 |
| Hex | B9 | 1B | 9D | 0 | 55 | F | 1B | 137 | 4B | 2A |
| Octal | 271 | 33 | 235 | 0 | 125 | 17 | 33 | 467 | 113 | 52 |
| Binary | 10111001 | 11011 | 10011101 | 0 | 1010101 | 1111 | 11011 | 100110111 | 1001011 | 101010 |
Color Harmonies of #B91B9D
Complementary color
Monochromatic Colors of #B91B9D
Black with #B91B9D
Text Example
Text Example
White with #B91B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B9D; }
p { color: rgb(185,27,157); }
H1.HeaderClassName
{
color: #B91B9D;
}
.AnyTagClassName
{
color: #B91B9D;
}
</style>
background-color css
<style>
a { background-color: #B91B9D; }
a { background-color: rgb(185,27,157); }
div.DivClassName
{
background-color: #B91B9D;
}
.BgClassName
{
background-color: #B91B9D;
}
</style>
border-color css
<style>
span { border-color: #B91B9D; }
span { border-color: rgb(185,27,157); }
td.TdClassName
{
border-color: #B91B9D;
}
.TagClassName
{
border-color: #B91B9D;
}
</style>