Shades of Medium Red Violet #B93896
Tints of Medium Red Violet #B93896
RGB
CMYK
RGB Variations
Color information
#B93896 (or 0xB93896) is known color: Medium Red Violet. HEX triplet: B9, 38 and 96. RGB value is (185,56,150). Sum of RGB (Red+Green+Blue) = 185+56+150=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 56 (22.27% from 255 or 14.32% from 391); Blue value is 150 (58.98% from 255 or 38.36% from 391); Max value from RGB is 185 - color contains mainly: red. Hex color #B93896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93896 is #46C769. Grayscale: #696969. Windows color (decimal): -4638570 or 9844921. OLE color: 9844921.
HSL color Cylindrical-coordinate representation of color #B93896: hue angle of 316.28º 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 #B93896 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 56 | 150 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.27 |
| HSL | 316.28º | 0.54% | 0.47% | - |
| HSV(B) | 316.28º | 0.7% | 0.73% | - |
| XYZ | 26.93 | 15.34 | 30.4 | - |
| YUV | 105.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 56 | 150 | 0 | 0.70 | 0.19 | 0.27 | 316.28 | 0.54 | 0.47 |
| Hex | B9 | 38 | 96 | 0 | 46 | 13 | 1B | 13C | 36 | 2F |
| Octal | 271 | 70 | 226 | 0 | 106 | 23 | 33 | 474 | 66 | 57 |
| Binary | 10111001 | 111000 | 10010110 | 0 | 1000110 | 10011 | 11011 | 100111100 | 110110 | 101111 |
Color Harmonies of #B93896
Complementary color
Monochromatic Colors of #B93896
Black with #B93896
Text Example
Text Example
White with #B93896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93896; }
p { color: rgb(185,56,150); }
H1.HeaderClassName
{
color: #B93896;
}
.AnyTagClassName
{
color: #B93896;
}
</style>
background-color css
<style>
a { background-color: #B93896; }
a { background-color: rgb(185,56,150); }
div.DivClassName
{
background-color: #B93896;
}
.BgClassName
{
background-color: #B93896;
}
</style>
border-color css
<style>
span { border-color: #B93896; }
span { border-color: rgb(185,56,150); }
td.TdClassName
{
border-color: #B93896;
}
.TagClassName
{
border-color: #B93896;
}
</style>