Shades of Medium Violet Red #B91785
Tints of Medium Violet Red #B91785
RGB
CMYK
RGB Variations
Color information
#B91785 (or 0xB91785) is known color: Medium Violet Red. HEX triplet: B9, 17 and 85. RGB value is (185,23,133). Sum of RGB (Red+Green+Blue) = 185+23+133=341 (45% of max value = 765). Red value is 185 (72.66% from 255 or 54.25% from 341); Green value is 23 (9.38% from 255 or 6.74% from 341); Blue value is 133 (52.34% from 255 or 39.00% from 341); Max value from RGB is 185 - color contains mainly: red. Hex color #B91785 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91785 is #46E87A. Grayscale: #535353. Windows color (decimal): -4647035 or 8722361. OLE color: 8722361.
HSL color Cylindrical-coordinate representation of color #B91785: hue angle of 319.26º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91785 is Cyan = 0, Magento = 0.88, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 133 | - |
| CMYK | 0 | 0.88 | 0.28 | 0.27 |
| HSL | 319.26º | 0.78% | 0.41% | - |
| HSV(B) | 319.26º | 0.88% | 0.73% | - |
| XYZ | 24.55 | 12.62 | 23.33 | - |
| YUV | 83.98 | 155.67 | 200.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 133 | 0 | 0.88 | 0.28 | 0.27 | 319.26 | 0.78 | 0.41 |
| Hex | B9 | 17 | 85 | 0 | 58 | 1C | 1B | 13F | 4E | 29 |
| Octal | 271 | 27 | 205 | 0 | 130 | 34 | 33 | 477 | 116 | 51 |
| Binary | 10111001 | 10111 | 10000101 | 0 | 1011000 | 11100 | 11011 | 100111111 | 1001110 | 101001 |
Color Harmonies of #B91785
Complementary color
Monochromatic Colors of #B91785
Black with #B91785
Text Example
Text Example
White with #B91785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91785; }
p { color: rgb(185,23,133); }
H1.HeaderClassName
{
color: #B91785;
}
.AnyTagClassName
{
color: #B91785;
}
</style>
background-color css
<style>
a { background-color: #B91785; }
a { background-color: rgb(185,23,133); }
div.DivClassName
{
background-color: #B91785;
}
.BgClassName
{
background-color: #B91785;
}
</style>
border-color css
<style>
span { border-color: #B91785; }
span { border-color: rgb(185,23,133); }
td.TdClassName
{
border-color: #B91785;
}
.TagClassName
{
border-color: #B91785;
}
</style>