Shades of Medium Red Violet #B52C70
Tints of Medium Red Violet #B52C70
RGB
CMYK
RGB Variations
Color information
#B52C70 (or 0xB52C70) is known color: Medium Red Violet. HEX triplet: B5, 2C and 70. RGB value is (181,44,112). Sum of RGB (Red+Green+Blue) = 181+44+112=337 (44% of max value = 765). Red value is 181 (71.09% from 255 or 53.71% from 337); Green value is 44 (17.58% from 255 or 13.06% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52C70 is #4AD38F. Grayscale: #5C5C5C. Windows color (decimal): -4903824 or 7351477. OLE color: 7351477.
HSL color Cylindrical-coordinate representation of color #B52C70: hue angle of 330.22º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52C70 is Cyan = 0, Magento = 0.76, Yellow = 0.38 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 112 | - |
| CMYK | 0 | 0.76 | 0.38 | 0.29 |
| HSL | 330.22º | 0.61% | 0.44% | - |
| HSV(B) | 330.22º | 0.76% | 0.71% | - |
| XYZ | 22.88 | 12.79 | 16.59 | - |
| YUV | 92.72 | 138.89 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 112 | 0 | 0.76 | 0.38 | 0.29 | 330.22 | 0.61 | 0.44 |
| Hex | B5 | 2C | 70 | 0 | 4C | 26 | 1D | 14A | 3D | 2C |
| Octal | 265 | 54 | 160 | 0 | 114 | 46 | 35 | 512 | 75 | 54 |
| Binary | 10110101 | 101100 | 1110000 | 0 | 1001100 | 100110 | 11101 | 101001010 | 111101 | 101100 |
Color Harmonies of #B52C70
Complementary color
Monochromatic Colors of #B52C70
Black with #B52C70
Text Example
Text Example
White with #B52C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C70; }
p { color: rgb(181,44,112); }
H1.HeaderClassName
{
color: #B52C70;
}
.AnyTagClassName
{
color: #B52C70;
}
</style>
background-color css
<style>
a { background-color: #B52C70; }
a { background-color: rgb(181,44,112); }
div.DivClassName
{
background-color: #B52C70;
}
.BgClassName
{
background-color: #B52C70;
}
</style>
border-color css
<style>
span { border-color: #B52C70; }
span { border-color: rgb(181,44,112); }
td.TdClassName
{
border-color: #B52C70;
}
.TagClassName
{
border-color: #B52C70;
}
</style>