Shades of Medium Violet Red #B91B81
Tints of Medium Violet Red #B91B81
RGB
CMYK
RGB Variations
Color information
#B91B81 (or 0xB91B81) is known color: Medium Violet Red. HEX triplet: B9, 1B and 81. RGB value is (185,27,129). Sum of RGB (Red+Green+Blue) = 185+27+129=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 27 (10.94% from 255 or 7.92% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B91B81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B91B81 is #46E47E. Grayscale: #555555. Windows color (decimal): -4646015 or 8461241. OLE color: 8461241.
HSL color Cylindrical-coordinate representation of color #B91B81: hue angle of 321.27º 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 #B91B81 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 27 | 129 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.27 |
| HSL | 321.27º | 0.75% | 0.42% | - |
| HSV(B) | 321.27º | 0.85% | 0.73% | - |
| XYZ | 24.36 | 12.68 | 21.93 | - |
| YUV | 85.87 | 152.35 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 27 | 129 | 0 | 0.85 | 0.30 | 0.27 | 321.27 | 0.75 | 0.42 |
| Hex | B9 | 1B | 81 | 0 | 55 | 1E | 1B | 141 | 4B | 2A |
| Octal | 271 | 33 | 201 | 0 | 125 | 36 | 33 | 501 | 113 | 52 |
| Binary | 10111001 | 11011 | 10000001 | 0 | 1010101 | 11110 | 11011 | 101000001 | 1001011 | 101010 |
Color Harmonies of #B91B81
Complementary color
Monochromatic Colors of #B91B81
Black with #B91B81
Text Example
Text Example
White with #B91B81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91B81; }
p { color: rgb(185,27,129); }
H1.HeaderClassName
{
color: #B91B81;
}
.AnyTagClassName
{
color: #B91B81;
}
</style>
background-color css
<style>
a { background-color: #B91B81; }
a { background-color: rgb(185,27,129); }
div.DivClassName
{
background-color: #B91B81;
}
.BgClassName
{
background-color: #B91B81;
}
</style>
border-color css
<style>
span { border-color: #B91B81; }
span { border-color: rgb(185,27,129); }
td.TdClassName
{
border-color: #B91B81;
}
.TagClassName
{
border-color: #B91B81;
}
</style>