Shades of Medium Violet Red #B91782
Tints of Medium Violet Red #B91782
RGB
CMYK
RGB Variations
Color information
#B91782 (or 0xB91782) is known color: Medium Violet Red. HEX triplet: B9, 17 and 82. RGB value is (185,23,130). Sum of RGB (Red+Green+Blue) = 185+23+130=338 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.73% from 338); Green value is 23 (9.38% from 255 or 6.80% from 338); Blue value is 130 (51.17% from 255 or 38.46% from 338); Max value from RGB is 185 - color contains mainly: red. Hex color #B91782 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91782 is #46E87D. Grayscale: #535353. Windows color (decimal): -4647038 or 8525753. OLE color: 8525753.
HSL color Cylindrical-coordinate representation of color #B91782: hue angle of 320.37º 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 #B91782 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 23 | 130 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.27 |
| HSL | 320.37º | 0.78% | 0.41% | - |
| HSV(B) | 320.37º | 0.88% | 0.73% | - |
| XYZ | 24.34 | 12.54 | 22.26 | - |
| YUV | 83.64 | 154.17 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 23 | 130 | 0 | 0.88 | 0.30 | 0.27 | 320.37 | 0.78 | 0.41 |
| Hex | B9 | 17 | 82 | 0 | 58 | 1E | 1B | 140 | 4E | 29 |
| Octal | 271 | 27 | 202 | 0 | 130 | 36 | 33 | 500 | 116 | 51 |
| Binary | 10111001 | 10111 | 10000010 | 0 | 1011000 | 11110 | 11011 | 101000000 | 1001110 | 101001 |
Color Harmonies of #B91782
Complementary color
Monochromatic Colors of #B91782
Black with #B91782
Text Example
Text Example
White with #B91782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91782; }
p { color: rgb(185,23,130); }
H1.HeaderClassName
{
color: #B91782;
}
.AnyTagClassName
{
color: #B91782;
}
</style>
background-color css
<style>
a { background-color: #B91782; }
a { background-color: rgb(185,23,130); }
div.DivClassName
{
background-color: #B91782;
}
.BgClassName
{
background-color: #B91782;
}
</style>
border-color css
<style>
span { border-color: #B91782; }
span { border-color: rgb(185,23,130); }
td.TdClassName
{
border-color: #B91782;
}
.TagClassName
{
border-color: #B91782;
}
</style>