Shades of Medium Red Violet #B73584
Tints of Medium Red Violet #B73584
RGB
CMYK
RGB Variations
Color information
#B73584 (or 0xB73584) is known color: Medium Red Violet. HEX triplet: B7, 35 and 84. RGB value is (183,53,132). Sum of RGB (Red+Green+Blue) = 183+53+132=368 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.73% from 368); Green value is 53 (21.09% from 255 or 14.40% from 368); Blue value is 132 (51.95% from 255 or 35.87% from 368); Max value from RGB is 183 - color contains mainly: red. Hex color #B73584 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B73584 is #48CA7B. Grayscale: #646464. Windows color (decimal): -4770428 or 8664503. OLE color: 8664503.
HSL color Cylindrical-coordinate representation of color #B73584: hue angle of 323.54º 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 #B73584 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 53 | 132 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.28 |
| HSL | 323.54º | 0.55% | 0.46% | - |
| HSV(B) | 323.54º | 0.71% | 0.72% | - |
| XYZ | 24.97 | 14.28 | 23.27 | - |
| YUV | 100.88 | 145.57 | 186.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 53 | 132 | 0 | 0.71 | 0.28 | 0.28 | 323.54 | 0.55 | 0.46 |
| Hex | B7 | 35 | 84 | 0 | 47 | 1C | 1C | 144 | 37 | 2E |
| Octal | 267 | 65 | 204 | 0 | 107 | 34 | 34 | 504 | 67 | 56 |
| Binary | 10110111 | 110101 | 10000100 | 0 | 1000111 | 11100 | 11100 | 101000100 | 110111 | 101110 |
Color Harmonies of #B73584
Complementary color
Monochromatic Colors of #B73584
Black with #B73584
Text Example
Text Example
White with #B73584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73584; }
p { color: rgb(183,53,132); }
H1.HeaderClassName
{
color: #B73584;
}
.AnyTagClassName
{
color: #B73584;
}
</style>
background-color css
<style>
a { background-color: #B73584; }
a { background-color: rgb(183,53,132); }
div.DivClassName
{
background-color: #B73584;
}
.BgClassName
{
background-color: #B73584;
}
</style>
border-color css
<style>
span { border-color: #B73584; }
span { border-color: rgb(183,53,132); }
td.TdClassName
{
border-color: #B73584;
}
.TagClassName
{
border-color: #B73584;
}
</style>