Shades of Medium Red Violet #B52D7F
Tints of Medium Red Violet #B52D7F
RGB
CMYK
RGB Variations
Color information
#B52D7F (or 0xB52D7F) is known color: Medium Red Violet. HEX triplet: B5, 2D and 7F. RGB value is (181,45,127). Sum of RGB (Red+Green+Blue) = 181+45+127=353 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.27% from 353); Green value is 45 (17.97% from 255 or 12.75% from 353); Blue value is 127 (50% from 255 or 35.98% from 353); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B52D7F is #4AD280. Grayscale: #5E5E5E. Windows color (decimal): -4903553 or 8334773. OLE color: 8334773.
HSL color Cylindrical-coordinate representation of color #B52D7F: hue angle of 323.82º 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 #B52D7F is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 127 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.29 |
| HSL | 323.82º | 0.6% | 0.44% | - |
| HSV(B) | 323.82º | 0.75% | 0.71% | - |
| XYZ | 23.83 | 13.23 | 21.38 | - |
| YUV | 95.01 | 146.06 | 189.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 127 | 0 | 0.75 | 0.30 | 0.29 | 323.82 | 0.6 | 0.44 |
| Hex | B5 | 2D | 7F | 0 | 4B | 1E | 1D | 144 | 3C | 2C |
| Octal | 265 | 55 | 177 | 0 | 113 | 36 | 35 | 504 | 74 | 54 |
| Binary | 10110101 | 101101 | 1111111 | 0 | 1001011 | 11110 | 11101 | 101000100 | 111100 | 101100 |
Color Harmonies of #B52D7F
Complementary color
Monochromatic Colors of #B52D7F
Black with #B52D7F
Text Example
Text Example
White with #B52D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D7F; }
p { color: rgb(181,45,127); }
H1.HeaderClassName
{
color: #B52D7F;
}
.AnyTagClassName
{
color: #B52D7F;
}
</style>
background-color css
<style>
a { background-color: #B52D7F; }
a { background-color: rgb(181,45,127); }
div.DivClassName
{
background-color: #B52D7F;
}
.BgClassName
{
background-color: #B52D7F;
}
</style>
border-color css
<style>
span { border-color: #B52D7F; }
span { border-color: rgb(181,45,127); }
td.TdClassName
{
border-color: #B52D7F;
}
.TagClassName
{
border-color: #B52D7F;
}
</style>