Shades of Medium Red Violet #B93787
Tints of Medium Red Violet #B93787
RGB
CMYK
RGB Variations
Color information
#B93787 (or 0xB93787) is known color: Medium Red Violet. HEX triplet: B9, 37 and 87. RGB value is (185,55,135). Sum of RGB (Red+Green+Blue) = 185+55+135=375 (49% of max value = 765). Red value is 185 (72.66% from 255 or 49.33% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 135 (53.12% from 255 or 36% from 375); Max value from RGB is 185 - color contains mainly: red. Hex color #B93787 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93787 is #46C878. Grayscale: #666666. Windows color (decimal): -4638841 or 8861625. OLE color: 8861625.
HSL color Cylindrical-coordinate representation of color #B93787: hue angle of 323.08º 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 #B93787 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 55 | 135 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.27 |
| HSL | 323.08º | 0.54% | 0.47% | - |
| HSV(B) | 323.08º | 0.7% | 0.73% | - |
| XYZ | 25.75 | 14.8 | 24.42 | - |
| YUV | 102.99 | 146.07 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 55 | 135 | 0 | 0.70 | 0.27 | 0.27 | 323.08 | 0.54 | 0.47 |
| Hex | B9 | 37 | 87 | 0 | 46 | 1B | 1B | 143 | 36 | 2F |
| Octal | 271 | 67 | 207 | 0 | 106 | 33 | 33 | 503 | 66 | 57 |
| Binary | 10111001 | 110111 | 10000111 | 0 | 1000110 | 11011 | 11011 | 101000011 | 110110 | 101111 |
Color Harmonies of #B93787
Complementary color
Monochromatic Colors of #B93787
Black with #B93787
Text Example
Text Example
White with #B93787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93787; }
p { color: rgb(185,55,135); }
H1.HeaderClassName
{
color: #B93787;
}
.AnyTagClassName
{
color: #B93787;
}
</style>
background-color css
<style>
a { background-color: #B93787; }
a { background-color: rgb(185,55,135); }
div.DivClassName
{
background-color: #B93787;
}
.BgClassName
{
background-color: #B93787;
}
</style>
border-color css
<style>
span { border-color: #B93787; }
span { border-color: rgb(185,55,135); }
td.TdClassName
{
border-color: #B93787;
}
.TagClassName
{
border-color: #B93787;
}
</style>