Shades of Medium Red Violet #B53575
Tints of Medium Red Violet #B53575
RGB
CMYK
RGB Variations
Color information
#B53575 (or 0xB53575) is known color: Medium Red Violet. HEX triplet: B5, 35 and 75. RGB value is (181,53,117). Sum of RGB (Red+Green+Blue) = 181+53+117=351 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.57% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 117 (46.09% from 255 or 33.33% from 351); Max value from RGB is 181 - color contains mainly: red. Hex color #B53575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53575 is #4ACA8A. Grayscale: #626262. Windows color (decimal): -4901515 or 7681461. OLE color: 7681461.
HSL color Cylindrical-coordinate representation of color #B53575: hue angle of 330º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B53575 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 53 | 117 | - |
| CMYK | 0 | 0.71 | 0.35 | 0.29 |
| HSL | 330º | 0.55% | 0.46% | - |
| HSV(B) | 330º | 0.71% | 0.71% | - |
| XYZ | 23.54 | 13.65 | 18.22 | - |
| YUV | 98.57 | 138.41 | 186.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 53 | 117 | 0 | 0.71 | 0.35 | 0.29 | 330 | 0.55 | 0.46 |
| Hex | B5 | 35 | 75 | 0 | 47 | 23 | 1D | 14A | 37 | 2E |
| Octal | 265 | 65 | 165 | 0 | 107 | 43 | 35 | 512 | 67 | 56 |
| Binary | 10110101 | 110101 | 1110101 | 0 | 1000111 | 100011 | 11101 | 101001010 | 110111 | 101110 |
Color Harmonies of #B53575
Complementary color
Monochromatic Colors of #B53575
Black with #B53575
Text Example
Text Example
White with #B53575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53575; }
p { color: rgb(181,53,117); }
H1.HeaderClassName
{
color: #B53575;
}
.AnyTagClassName
{
color: #B53575;
}
</style>
background-color css
<style>
a { background-color: #B53575; }
a { background-color: rgb(181,53,117); }
div.DivClassName
{
background-color: #B53575;
}
.BgClassName
{
background-color: #B53575;
}
</style>
border-color css
<style>
span { border-color: #B53575; }
span { border-color: rgb(181,53,117); }
td.TdClassName
{
border-color: #B53575;
}
.TagClassName
{
border-color: #B53575;
}
</style>