Shades of Medium Red Violet #B52172
Tints of Medium Red Violet #B52172
RGB
CMYK
RGB Variations
Color information
#B52172 (or 0xB52172) is known color: Medium Red Violet. HEX triplet: B5, 21 and 72. RGB value is (181,33,114). Sum of RGB (Red+Green+Blue) = 181+33+114=328 (43% of max value = 765). Red value is 181 (71.09% from 255 or 55.18% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 114 (44.92% from 255 or 34.76% from 328); Max value from RGB is 181 - color contains mainly: red. Hex color #B52172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52172 is #4ADE8D. Grayscale: #565656. Windows color (decimal): -4906638 or 7479733. OLE color: 7479733.
HSL color Cylindrical-coordinate representation of color #B52172: hue angle of 327.16º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B52172 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 33 | 114 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.29 |
| HSL | 327.16º | 0.69% | 0.42% | - |
| HSV(B) | 327.16º | 0.82% | 0.71% | - |
| XYZ | 22.64 | 12.13 | 17.07 | - |
| YUV | 86.49 | 143.53 | 195.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 33 | 114 | 0 | 0.82 | 0.37 | 0.29 | 327.16 | 0.69 | 0.42 |
| Hex | B5 | 21 | 72 | 0 | 52 | 25 | 1D | 147 | 45 | 2A |
| Octal | 265 | 41 | 162 | 0 | 122 | 45 | 35 | 507 | 105 | 52 |
| Binary | 10110101 | 100001 | 1110010 | 0 | 1010010 | 100101 | 11101 | 101000111 | 1000101 | 101010 |
Color Harmonies of #B52172
Complementary color
Monochromatic Colors of #B52172
Black with #B52172
Text Example
Text Example
White with #B52172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52172; }
p { color: rgb(181,33,114); }
H1.HeaderClassName
{
color: #B52172;
}
.AnyTagClassName
{
color: #B52172;
}
</style>
background-color css
<style>
a { background-color: #B52172; }
a { background-color: rgb(181,33,114); }
div.DivClassName
{
background-color: #B52172;
}
.BgClassName
{
background-color: #B52172;
}
</style>
border-color css
<style>
span { border-color: #B52172; }
span { border-color: rgb(181,33,114); }
td.TdClassName
{
border-color: #B52172;
}
.TagClassName
{
border-color: #B52172;
}
</style>