Shades of Medium Red Violet #B52D76
Tints of Medium Red Violet #B52D76
RGB
CMYK
RGB Variations
Color information
#B52D76 (or 0xB52D76) is known color: Medium Red Violet. HEX triplet: B5, 2D and 76. RGB value is (181,45,118). Sum of RGB (Red+Green+Blue) = 181+45+118=344 (45% of max value = 765). Red value is 181 (71.09% from 255 or 52.62% from 344); Green value is 45 (17.97% from 255 or 13.08% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D76 is #4AD289. Grayscale: #5D5D5D. Windows color (decimal): -4903562 or 7744949. OLE color: 7744949.
HSL color Cylindrical-coordinate representation of color #B52D76: hue angle of 327.79º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D76 is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 118 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.29 |
| HSL | 327.79º | 0.6% | 0.44% | - |
| HSV(B) | 327.79º | 0.75% | 0.71% | - |
| XYZ | 23.26 | 13.01 | 18.42 | - |
| YUV | 93.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 118 | 0 | 0.75 | 0.35 | 0.29 | 327.79 | 0.6 | 0.44 |
| Hex | B5 | 2D | 76 | 0 | 4B | 23 | 1D | 148 | 3C | 2C |
| Octal | 265 | 55 | 166 | 0 | 113 | 43 | 35 | 510 | 74 | 54 |
| Binary | 10110101 | 101101 | 1110110 | 0 | 1001011 | 100011 | 11101 | 101001000 | 111100 | 101100 |
Color Harmonies of #B52D76
Complementary color
Monochromatic Colors of #B52D76
Black with #B52D76
Text Example
Text Example
White with #B52D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D76; }
p { color: rgb(181,45,118); }
H1.HeaderClassName
{
color: #B52D76;
}
.AnyTagClassName
{
color: #B52D76;
}
</style>
background-color css
<style>
a { background-color: #B52D76; }
a { background-color: rgb(181,45,118); }
div.DivClassName
{
background-color: #B52D76;
}
.BgClassName
{
background-color: #B52D76;
}
</style>
border-color css
<style>
span { border-color: #B52D76; }
span { border-color: rgb(181,45,118); }
td.TdClassName
{
border-color: #B52D76;
}
.TagClassName
{
border-color: #B52D76;
}
</style>