Shades of Medium Violet Red #B91682
Tints of Medium Violet Red #B91682
RGB
CMYK
RGB Variations
Color information
#B91682 (or 0xB91682) is known color: Medium Violet Red. HEX triplet: B9, 16 and 82. RGB value is (185,22,130). Sum of RGB (Red+Green+Blue) = 185+22+130=337 (44% of max value = 765). Red value is 185 (72.66% from 255 or 54.90% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 130 (51.17% from 255 or 38.58% from 337); Max value from RGB is 185 - color contains mainly: red. Hex color #B91682 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B91682 is #46E97D. Grayscale: #525252. Windows color (decimal): -4647294 or 8525497. OLE color: 8525497.
HSL color Cylindrical-coordinate representation of color #B91682: hue angle of 320.25º degrees, saturation: 0.79, 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 #B91682 is Cyan = 0, Magento = 0.88, Yellow = 0.30 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 22 | 130 | - |
| CMYK | 0 | 0.88 | 0.30 | 0.27 |
| HSL | 320.25º | 0.79% | 0.41% | - |
| HSV(B) | 320.25º | 0.88% | 0.73% | - |
| XYZ | 24.32 | 12.5 | 22.25 | - |
| YUV | 83.05 | 154.5 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 22 | 130 | 0 | 0.88 | 0.30 | 0.27 | 320.25 | 0.79 | 0.41 |
| Hex | B9 | 16 | 82 | 0 | 58 | 1E | 1B | 140 | 4F | 29 |
| Octal | 271 | 26 | 202 | 0 | 130 | 36 | 33 | 500 | 117 | 51 |
| Binary | 10111001 | 10110 | 10000010 | 0 | 1011000 | 11110 | 11011 | 101000000 | 1001111 | 101001 |
Color Harmonies of #B91682
Complementary color
Monochromatic Colors of #B91682
Black with #B91682
Text Example
Text Example
White with #B91682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B91682; }
p { color: rgb(185,22,130); }
H1.HeaderClassName
{
color: #B91682;
}
.AnyTagClassName
{
color: #B91682;
}
</style>
background-color css
<style>
a { background-color: #B91682; }
a { background-color: rgb(185,22,130); }
div.DivClassName
{
background-color: #B91682;
}
.BgClassName
{
background-color: #B91682;
}
</style>
border-color css
<style>
span { border-color: #B91682; }
span { border-color: rgb(185,22,130); }
td.TdClassName
{
border-color: #B91682;
}
.TagClassName
{
border-color: #B91682;
}
</style>