Shades of Medium Red Violet #B52D84
Tints of Medium Red Violet #B52D84
RGB
CMYK
RGB Variations
Color information
#B52D84 (or 0xB52D84) is known color: Medium Red Violet. HEX triplet: B5, 2D and 84. RGB value is (181,45,132). Sum of RGB (Red+Green+Blue) = 181+45+132=358 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.56% from 358); Green value is 45 (17.97% from 255 or 12.57% from 358); Blue value is 132 (51.95% from 255 or 36.87% from 358); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D84 is #4AD27B. Grayscale: #5F5F5F. Windows color (decimal): -4903548 or 8662453. OLE color: 8662453.
HSL color Cylindrical-coordinate representation of color #B52D84: hue angle of 321.62º 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 #B52D84 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 132 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.29 |
| HSL | 321.62º | 0.6% | 0.44% | - |
| HSV(B) | 321.62º | 0.75% | 0.71% | - |
| XYZ | 24.16 | 13.37 | 23.14 | - |
| YUV | 95.58 | 148.56 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 132 | 0 | 0.75 | 0.27 | 0.29 | 321.62 | 0.6 | 0.44 |
| Hex | B5 | 2D | 84 | 0 | 4B | 1B | 1D | 142 | 3C | 2C |
| Octal | 265 | 55 | 204 | 0 | 113 | 33 | 35 | 502 | 74 | 54 |
| Binary | 10110101 | 101101 | 10000100 | 0 | 1001011 | 11011 | 11101 | 101000010 | 111100 | 101100 |
Color Harmonies of #B52D84
Complementary color
Monochromatic Colors of #B52D84
Black with #B52D84
Text Example
Text Example
White with #B52D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D84; }
p { color: rgb(181,45,132); }
H1.HeaderClassName
{
color: #B52D84;
}
.AnyTagClassName
{
color: #B52D84;
}
</style>
background-color css
<style>
a { background-color: #B52D84; }
a { background-color: rgb(181,45,132); }
div.DivClassName
{
background-color: #B52D84;
}
.BgClassName
{
background-color: #B52D84;
}
</style>
border-color css
<style>
span { border-color: #B52D84; }
span { border-color: rgb(181,45,132); }
td.TdClassName
{
border-color: #B52D84;
}
.TagClassName
{
border-color: #B52D84;
}
</style>