Shades of Medium Red Violet #B73295
Tints of Medium Red Violet #B73295
RGB
CMYK
RGB Variations
Color information
#B73295 (or 0xB73295) is known color: Medium Red Violet. HEX triplet: B7, 32 and 95. RGB value is (183,50,149). Sum of RGB (Red+Green+Blue) = 183+50+149=382 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.91% from 382); Green value is 50 (19.92% from 255 or 13.09% from 382); Blue value is 149 (58.59% from 255 or 39.01% from 382); Max value from RGB is 183 - color contains mainly: red. Hex color #B73295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73295 is #48CD6A. Grayscale: #646464. Windows color (decimal): -4771179 or 9777847. OLE color: 9777847.
HSL color Cylindrical-coordinate representation of color #B73295: hue angle of 315.34º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73295 is Cyan = 0, Magento = 0.73, Yellow = 0.19 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 50 | 149 | - |
| CMYK | 0 | 0.73 | 0.19 | 0.28 |
| HSL | 315.34º | 0.57% | 0.46% | - |
| HSV(B) | 315.34º | 0.73% | 0.72% | - |
| XYZ | 26.09 | 14.52 | 29.86 | - |
| YUV | 101.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 50 | 149 | 0 | 0.73 | 0.19 | 0.28 | 315.34 | 0.57 | 0.46 |
| Hex | B7 | 32 | 95 | 0 | 49 | 13 | 1C | 13B | 39 | 2E |
| Octal | 267 | 62 | 225 | 0 | 111 | 23 | 34 | 473 | 71 | 56 |
| Binary | 10110111 | 110010 | 10010101 | 0 | 1001001 | 10011 | 11100 | 100111011 | 111001 | 101110 |
Color Harmonies of #B73295
Complementary color
Monochromatic Colors of #B73295
Black with #B73295
Text Example
Text Example
White with #B73295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73295; }
p { color: rgb(183,50,149); }
H1.HeaderClassName
{
color: #B73295;
}
.AnyTagClassName
{
color: #B73295;
}
</style>
background-color css
<style>
a { background-color: #B73295; }
a { background-color: rgb(183,50,149); }
div.DivClassName
{
background-color: #B73295;
}
.BgClassName
{
background-color: #B73295;
}
</style>
border-color css
<style>
span { border-color: #B73295; }
span { border-color: rgb(183,50,149); }
td.TdClassName
{
border-color: #B73295;
}
.TagClassName
{
border-color: #B73295;
}
</style>