Shades of Medium Violet Red #B91D7B
Tints of Medium Violet Red #B91D7B
RGB
CMYK
RGB Variations
Color information
#B91D7B (or 0xB91D7B) is known color: Medium Violet Red. HEX triplet: B9, 1D and 7B. RGB value is (185,29,123). Sum of RGB (Red+Green+Blue) = 185+29+123=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 29 (11.72% from 255 or 8.61% from 337); Blue value is 123 (48.44% from 255 or 36.50% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B91D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B91D7B is #46E284. Grayscale: #565656. Windows color (decimal): -4645509 or 8068537. OLE color: 8068537.
HSL color Cylindrical-coordinate representation of color #B91D7B: hue angle of 323.85º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B91D7B is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 29 | 123 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.27 |
| HSL | 323.85º | 0.73% | 0.42% | - |
| HSV(B) | 323.85º | 0.84% | 0.73% | - |
| XYZ | 24.02 | 12.62 | 19.91 | - |
| YUV | 86.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 29 | 123 | 0 | 0.84 | 0.34 | 0.27 | 323.85 | 0.73 | 0.42 |
| Hex | B9 | 1D | 7B | 0 | 54 | 22 | 1B | 144 | 49 | 2A |
| Octal | 271 | 35 | 173 | 0 | 124 | 42 | 33 | 504 | 111 | 52 |
| Binary | 10111001 | 11101 | 1111011 | 0 | 1010100 | 100010 | 11011 | 101000100 | 1001001 | 101010 |
Color Harmonies of #B91D7B
Complementary color
Monochromatic Colors of #B91D7B
Black with #B91D7B
Text Example
Text Example
White with #B91D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91D7B; }
p { color: rgb(185,29,123); }
H1.HeaderClassName
{
color: #B91D7B;
}
.AnyTagClassName
{
color: #B91D7B;
}
</style>
background-color css
<style>
a { background-color: #B91D7B; }
a { background-color: rgb(185,29,123); }
div.DivClassName
{
background-color: #B91D7B;
}
.BgClassName
{
background-color: #B91D7B;
}
</style>
border-color css
<style>
span { border-color: #B91D7B; }
span { border-color: rgb(185,29,123); }
td.TdClassName
{
border-color: #B91D7B;
}
.TagClassName
{
border-color: #B91D7B;
}
</style>