Shades of Medium Red Violet #B93295
Tints of Medium Red Violet #B93295
RGB
CMYK
RGB Variations
Color information
#B93295 (or 0xB93295) is known color: Medium Red Violet. HEX triplet: B9, 32 and 95. RGB value is (185,50,149). Sum of RGB (Red+Green+Blue) = 185+50+149=384 (50% of max value = 765). Red value is 185 (72.66% from 255 or 48.18% from 384); Green value is 50 (19.92% from 255 or 13.02% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 185 - color contains mainly: red. Hex color #B93295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B93295 is #46CD6A. Grayscale: #656565. Windows color (decimal): -4640107 or 9777849. OLE color: 9777849.
HSL color Cylindrical-coordinate representation of color #B93295: hue angle of 316º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B93295 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 50 | 149 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.27 |
| HSL | 316º | 0.57% | 0.46% | - |
| HSV(B) | 316º | 0.73% | 0.73% | - |
| XYZ | 26.57 | 14.77 | 29.88 | - |
| YUV | 101.65 | 154.73 | 187.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 50 | 149 | 0 | 0.73 | 0.19 | 0.27 | 316 | 0.57 | 0.46 |
| Hex | B9 | 32 | 95 | 0 | 49 | 13 | 1B | 13C | 39 | 2E |
| Octal | 271 | 62 | 225 | 0 | 111 | 23 | 33 | 474 | 71 | 56 |
| Binary | 10111001 | 110010 | 10010101 | 0 | 1001001 | 10011 | 11011 | 100111100 | 111001 | 101110 |
Color Harmonies of #B93295
Complementary color
Monochromatic Colors of #B93295
Black with #B93295
Text Example
Text Example
White with #B93295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93295; }
p { color: rgb(185,50,149); }
H1.HeaderClassName
{
color: #B93295;
}
.AnyTagClassName
{
color: #B93295;
}
</style>
background-color css
<style>
a { background-color: #B93295; }
a { background-color: rgb(185,50,149); }
div.DivClassName
{
background-color: #B93295;
}
.BgClassName
{
background-color: #B93295;
}
</style>
border-color css
<style>
span { border-color: #B93295; }
span { border-color: rgb(185,50,149); }
td.TdClassName
{
border-color: #B93295;
}
.TagClassName
{
border-color: #B93295;
}
</style>