Shades of Medium Red Violet #B73199
Tints of Medium Red Violet #B73199
RGB
CMYK
RGB Variations
Color information
#B73199 (or 0xB73199) is known color: Medium Red Violet. HEX triplet: B7, 31 and 99. RGB value is (183,49,153). Sum of RGB (Red+Green+Blue) = 183+49+153=385 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.53% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 183 - color contains mainly: red. Hex color #B73199 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73199 is #48CE66. Grayscale: #646464. Windows color (decimal): -4771431 or 10039735. OLE color: 10039735.
HSL color Cylindrical-coordinate representation of color #B73199: hue angle of 313.43º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B73199 is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 49 | 153 | - |
| CMYK | 0 | 0.73 | 0.16 | 0.28 |
| HSL | 313.43º | 0.58% | 0.45% | - |
| HSV(B) | 313.43º | 0.73% | 0.72% | - |
| XYZ | 26.38 | 14.56 | 31.56 | - |
| YUV | 100.92 | 157.39 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 49 | 153 | 0 | 0.73 | 0.16 | 0.28 | 313.43 | 0.58 | 0.45 |
| Hex | B7 | 31 | 99 | 0 | 49 | 10 | 1C | 139 | 3A | 2D |
| Octal | 267 | 61 | 231 | 0 | 111 | 20 | 34 | 471 | 72 | 55 |
| Binary | 10110111 | 110001 | 10011001 | 0 | 1001001 | 10000 | 11100 | 100111001 | 111010 | 101101 |
Color Harmonies of #B73199
Complementary color
Monochromatic Colors of #B73199
Black with #B73199
Text Example
Text Example
White with #B73199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73199; }
p { color: rgb(183,49,153); }
H1.HeaderClassName
{
color: #B73199;
}
.AnyTagClassName
{
color: #B73199;
}
</style>
background-color css
<style>
a { background-color: #B73199; }
a { background-color: rgb(183,49,153); }
div.DivClassName
{
background-color: #B73199;
}
.BgClassName
{
background-color: #B73199;
}
</style>
border-color css
<style>
span { border-color: #B73199; }
span { border-color: rgb(183,49,153); }
td.TdClassName
{
border-color: #B73199;
}
.TagClassName
{
border-color: #B73199;
}
</style>