Shades of Medium Red Violet #B52C84
Tints of Medium Red Violet #B52C84
RGB
CMYK
RGB Variations
Color information
#B52C84 (or 0xB52C84) is known color: Medium Red Violet. HEX triplet: B5, 2C and 84. RGB value is (181,44,132). Sum of RGB (Red+Green+Blue) = 181+44+132=357 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.70% from 357); Green value is 44 (17.58% from 255 or 12.32% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 181 - color contains mainly: red. Hex color #B52C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52C84 is #4AD37B. Grayscale: #5E5E5E. Windows color (decimal): -4903804 or 8662197. OLE color: 8662197.
HSL color Cylindrical-coordinate representation of color #B52C84: hue angle of 321.46º 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 #B52C84 is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 44 | 132 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.29 |
| HSL | 321.46º | 0.61% | 0.44% | - |
| HSV(B) | 321.46º | 0.76% | 0.71% | - |
| XYZ | 24.12 | 13.29 | 23.12 | - |
| YUV | 95 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 44 | 132 | 0 | 0.76 | 0.27 | 0.29 | 321.46 | 0.61 | 0.44 |
| Hex | B5 | 2C | 84 | 0 | 4C | 1B | 1D | 141 | 3D | 2C |
| Octal | 265 | 54 | 204 | 0 | 114 | 33 | 35 | 501 | 75 | 54 |
| Binary | 10110101 | 101100 | 10000100 | 0 | 1001100 | 11011 | 11101 | 101000001 | 111101 | 101100 |
Color Harmonies of #B52C84
Complementary color
Monochromatic Colors of #B52C84
Black with #B52C84
Text Example
Text Example
White with #B52C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52C84; }
p { color: rgb(181,44,132); }
H1.HeaderClassName
{
color: #B52C84;
}
.AnyTagClassName
{
color: #B52C84;
}
</style>
background-color css
<style>
a { background-color: #B52C84; }
a { background-color: rgb(181,44,132); }
div.DivClassName
{
background-color: #B52C84;
}
.BgClassName
{
background-color: #B52C84;
}
</style>
border-color css
<style>
span { border-color: #B52C84; }
span { border-color: rgb(181,44,132); }
td.TdClassName
{
border-color: #B52C84;
}
.TagClassName
{
border-color: #B52C84;
}
</style>