Shades of Medium Red Violet #B83573
Tints of Medium Red Violet #B83573
RGB
CMYK
RGB Variations
Color information
#B83573 (or 0xB83573) is known color: Medium Red Violet. HEX triplet: B8, 35 and 73. RGB value is (184,53,115). Sum of RGB (Red+Green+Blue) = 184+53+115=352 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.27% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 184 - color contains mainly: red. Hex color #B83573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B83573 is #47CA8C. Grayscale: #636363. Windows color (decimal): -4704909 or 7550392. OLE color: 7550392.
HSL color Cylindrical-coordinate representation of color #B83573: hue angle of 331.6º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83573 is Cyan = 0, Magento = 0.71, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 115 | - |
| CMYK | 0 | 0.71 | 0.38 | 0.28 |
| HSL | 331.6º | 0.55% | 0.46% | - |
| HSV(B) | 331.6º | 0.71% | 0.72% | - |
| XYZ | 24.13 | 13.97 | 17.64 | - |
| YUV | 99.24 | 136.9 | 188.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 115 | 0 | 0.71 | 0.38 | 0.28 | 331.6 | 0.55 | 0.46 |
| Hex | B8 | 35 | 73 | 0 | 47 | 26 | 1C | 14C | 37 | 2E |
| Octal | 270 | 65 | 163 | 0 | 107 | 46 | 34 | 514 | 67 | 56 |
| Binary | 10111000 | 110101 | 1110011 | 0 | 1000111 | 100110 | 11100 | 101001100 | 110111 | 101110 |
Color Harmonies of #B83573
Complementary color
Monochromatic Colors of #B83573
Black with #B83573
Text Example
Text Example
White with #B83573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83573; }
p { color: rgb(184,53,115); }
H1.HeaderClassName
{
color: #B83573;
}
.AnyTagClassName
{
color: #B83573;
}
</style>
background-color css
<style>
a { background-color: #B83573; }
a { background-color: rgb(184,53,115); }
div.DivClassName
{
background-color: #B83573;
}
.BgClassName
{
background-color: #B83573;
}
</style>
border-color css
<style>
span { border-color: #B83573; }
span { border-color: rgb(184,53,115); }
td.TdClassName
{
border-color: #B83573;
}
.TagClassName
{
border-color: #B83573;
}
</style>