Shades of Medium Red Violet #B52773
Tints of Medium Red Violet #B52773
RGB
CMYK
RGB Variations
Color information
#B52773 (or 0xB52773) is known color: Medium Red Violet. HEX triplet: B5, 27 and 73. RGB value is (181,39,115). Sum of RGB (Red+Green+Blue) = 181+39+115=335 (44% of max value = 765). Red value is 181 (71.09% from 255 or 54.03% from 335); Green value is 39 (15.62% from 255 or 11.64% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 181 - color contains mainly: red. Hex color #B52773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52773 is #4AD88C. Grayscale: #595959. Windows color (decimal): -4905101 or 7546805. OLE color: 7546805.
HSL color Cylindrical-coordinate representation of color #B52773: hue angle of 327.89º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B52773 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 39 | 115 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.29 |
| HSL | 327.89º | 0.65% | 0.43% | - |
| HSV(B) | 327.89º | 0.78% | 0.71% | - |
| XYZ | 22.88 | 12.51 | 17.43 | - |
| YUV | 90.12 | 142.04 | 192.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 39 | 115 | 0 | 0.78 | 0.36 | 0.29 | 327.89 | 0.65 | 0.43 |
| Hex | B5 | 27 | 73 | 0 | 4E | 24 | 1D | 148 | 41 | 2B |
| Octal | 265 | 47 | 163 | 0 | 116 | 44 | 35 | 510 | 101 | 53 |
| Binary | 10110101 | 100111 | 1110011 | 0 | 1001110 | 100100 | 11101 | 101001000 | 1000001 | 101011 |
Color Harmonies of #B52773
Complementary color
Monochromatic Colors of #B52773
Black with #B52773
Text Example
Text Example
White with #B52773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52773; }
p { color: rgb(181,39,115); }
H1.HeaderClassName
{
color: #B52773;
}
.AnyTagClassName
{
color: #B52773;
}
</style>
background-color css
<style>
a { background-color: #B52773; }
a { background-color: rgb(181,39,115); }
div.DivClassName
{
background-color: #B52773;
}
.BgClassName
{
background-color: #B52773;
}
</style>
border-color css
<style>
span { border-color: #B52773; }
span { border-color: rgb(181,39,115); }
td.TdClassName
{
border-color: #B52773;
}
.TagClassName
{
border-color: #B52773;
}
</style>