Shades of Medium Red Violet #B93786
Tints of Medium Red Violet #B93786
RGB
CMYK
RGB Variations
Color information
#B93786 (or 0xB93786) is known color: Medium Red Violet. HEX triplet: B9, 37 and 86. RGB value is (185,55,134). Sum of RGB (Red+Green+Blue) = 185+55+134=374 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.47% from 374); Green value is 55 (21.88% from 255 or 14.71% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 185 - color contains mainly: red. Hex color #B93786 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93786 is #46C879. Grayscale: #666666. Windows color (decimal): -4638842 or 8796089. OLE color: 8796089.
HSL color Cylindrical-coordinate representation of color #B93786: hue angle of 323.54º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B93786 is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 134 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.27 |
| HSL | 323.54º | 0.54% | 0.47% | - |
| HSV(B) | 323.54º | 0.7% | 0.73% | - |
| XYZ | 25.68 | 14.77 | 24.05 | - |
| YUV | 102.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 134 | 0 | 0.70 | 0.28 | 0.27 | 323.54 | 0.54 | 0.47 |
| Hex | B9 | 37 | 86 | 0 | 46 | 1C | 1B | 144 | 36 | 2F |
| Octal | 271 | 67 | 206 | 0 | 106 | 34 | 33 | 504 | 66 | 57 |
| Binary | 10111001 | 110111 | 10000110 | 0 | 1000110 | 11100 | 11011 | 101000100 | 110110 | 101111 |
Color Harmonies of #B93786
Complementary color
Monochromatic Colors of #B93786
Black with #B93786
Text Example
Text Example
White with #B93786
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93786; }
p { color: rgb(185,55,134); }
H1.HeaderClassName
{
color: #B93786;
}
.AnyTagClassName
{
color: #B93786;
}
</style>
background-color css
<style>
a { background-color: #B93786; }
a { background-color: rgb(185,55,134); }
div.DivClassName
{
background-color: #B93786;
}
.BgClassName
{
background-color: #B93786;
}
</style>
border-color css
<style>
span { border-color: #B93786; }
span { border-color: rgb(185,55,134); }
td.TdClassName
{
border-color: #B93786;
}
.TagClassName
{
border-color: #B93786;
}
</style>