Shades of Medium Red Violet #B52373
Tints of Medium Red Violet #B52373
RGB
CMYK
RGB Variations
Color information
#B52373 (or 0xB52373) is known color: Medium Red Violet. HEX triplet: B5, 23 and 73. RGB value is (181,35,115). Sum of RGB (Red+Green+Blue) = 181+35+115=331 (43% of max value = 765). Red value is 181 (71.09% from 255 or 54.68% from 331); Green value is 35 (14.06% from 255 or 10.57% from 331); Blue value is 115 (45.31% from 255 or 34.74% from 331); Max value from RGB is 181 - color contains mainly: red. Hex color #B52373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52373 is #4ADC8C. Grayscale: #575757. Windows color (decimal): -4906125 or 7545781. OLE color: 7545781.
HSL color Cylindrical-coordinate representation of color #B52373: hue angle of 327.12º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B52373 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 35 | 115 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.29 |
| HSL | 327.12º | 0.68% | 0.42% | - |
| HSV(B) | 327.12º | 0.81% | 0.71% | - |
| XYZ | 22.75 | 12.26 | 17.39 | - |
| YUV | 87.77 | 143.37 | 194.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 35 | 115 | 0 | 0.81 | 0.36 | 0.29 | 327.12 | 0.68 | 0.42 |
| Hex | B5 | 23 | 73 | 0 | 51 | 24 | 1D | 147 | 44 | 2A |
| Octal | 265 | 43 | 163 | 0 | 121 | 44 | 35 | 507 | 104 | 52 |
| Binary | 10110101 | 100011 | 1110011 | 0 | 1010001 | 100100 | 11101 | 101000111 | 1000100 | 101010 |
Color Harmonies of #B52373
Complementary color
Monochromatic Colors of #B52373
Black with #B52373
Text Example
Text Example
White with #B52373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52373; }
p { color: rgb(181,35,115); }
H1.HeaderClassName
{
color: #B52373;
}
.AnyTagClassName
{
color: #B52373;
}
</style>
background-color css
<style>
a { background-color: #B52373; }
a { background-color: rgb(181,35,115); }
div.DivClassName
{
background-color: #B52373;
}
.BgClassName
{
background-color: #B52373;
}
</style>
border-color css
<style>
span { border-color: #B52373; }
span { border-color: rgb(181,35,115); }
td.TdClassName
{
border-color: #B52373;
}
.TagClassName
{
border-color: #B52373;
}
</style>