Shades of Medium Red Violet #B53673
Tints of Medium Red Violet #B53673
RGB
CMYK
RGB Variations
Color information
#B53673 (or 0xB53673) is known color: Medium Red Violet. HEX triplet: B5, 36 and 73. RGB value is (181,54,115). Sum of RGB (Red+Green+Blue) = 181+54+115=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 54 (21.48% from 255 or 15.43% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53673 is #4AC98C. Grayscale: #626262. Windows color (decimal): -4901261 or 7550645. OLE color: 7550645.
HSL color Cylindrical-coordinate representation of color #B53673: hue angle of 331.18º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53673 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 115 | - |
| CMYK | 0 | 0.70 | 0.36 | 0.29 |
| HSL | 331.18º | 0.54% | 0.46% | - |
| HSV(B) | 331.18º | 0.7% | 0.71% | - |
| XYZ | 23.47 | 13.7 | 17.63 | - |
| YUV | 98.93 | 137.08 | 186.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 115 | 0 | 0.70 | 0.36 | 0.29 | 331.18 | 0.54 | 0.46 |
| Hex | B5 | 36 | 73 | 0 | 46 | 24 | 1D | 14B | 36 | 2E |
| Octal | 265 | 66 | 163 | 0 | 106 | 44 | 35 | 513 | 66 | 56 |
| Binary | 10110101 | 110110 | 1110011 | 0 | 1000110 | 100100 | 11101 | 101001011 | 110110 | 101110 |
Color Harmonies of #B53673
Complementary color
Monochromatic Colors of #B53673
Black with #B53673
Text Example
Text Example
White with #B53673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53673; }
p { color: rgb(181,54,115); }
H1.HeaderClassName
{
color: #B53673;
}
.AnyTagClassName
{
color: #B53673;
}
</style>
background-color css
<style>
a { background-color: #B53673; }
a { background-color: rgb(181,54,115); }
div.DivClassName
{
background-color: #B53673;
}
.BgClassName
{
background-color: #B53673;
}
</style>
border-color css
<style>
span { border-color: #B53673; }
span { border-color: rgb(181,54,115); }
td.TdClassName
{
border-color: #B53673;
}
.TagClassName
{
border-color: #B53673;
}
</style>