Shades of Medium Red Violet #B52873
Tints of Medium Red Violet #B52873
RGB
CMYK
RGB Variations
Color information
#B52873 (or 0xB52873) is known color: Medium Red Violet. HEX triplet: B5, 28 and 73. RGB value is (181,40,115). Sum of RGB (Red+Green+Blue) = 181+40+115=336 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.87% from 336); Green value is 40 (16.02% from 255 or 11.90% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 181 - color contains mainly: red. Hex color #B52873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52873 is #4AD78C. Grayscale: #5A5A5A. Windows color (decimal): -4904845 or 7547061. OLE color: 7547061.
HSL color Cylindrical-coordinate representation of color #B52873: hue angle of 328.09º degrees, saturation: 0.64, 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 #B52873 is Cyan = 0, Magento = 0.78, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 40 | 115 | - |
| CMYK | 0 | 0.78 | 0.36 | 0.29 |
| HSL | 328.09º | 0.64% | 0.43% | - |
| HSV(B) | 328.09º | 0.78% | 0.71% | - |
| XYZ | 22.91 | 12.58 | 17.44 | - |
| YUV | 90.71 | 141.71 | 192.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 40 | 115 | 0 | 0.78 | 0.36 | 0.29 | 328.09 | 0.64 | 0.43 |
| Hex | B5 | 28 | 73 | 0 | 4E | 24 | 1D | 148 | 40 | 2B |
| Octal | 265 | 50 | 163 | 0 | 116 | 44 | 35 | 510 | 100 | 53 |
| Binary | 10110101 | 101000 | 1110011 | 0 | 1001110 | 100100 | 11101 | 101001000 | 1000000 | 101011 |
Color Harmonies of #B52873
Complementary color
Monochromatic Colors of #B52873
Black with #B52873
Text Example
Text Example
White with #B52873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52873; }
p { color: rgb(181,40,115); }
H1.HeaderClassName
{
color: #B52873;
}
.AnyTagClassName
{
color: #B52873;
}
</style>
background-color css
<style>
a { background-color: #B52873; }
a { background-color: rgb(181,40,115); }
div.DivClassName
{
background-color: #B52873;
}
.BgClassName
{
background-color: #B52873;
}
</style>
border-color css
<style>
span { border-color: #B52873; }
span { border-color: rgb(181,40,115); }
td.TdClassName
{
border-color: #B52873;
}
.TagClassName
{
border-color: #B52873;
}
</style>