Shades of Medium Red Violet #B52D8D
Tints of Medium Red Violet #B52D8D
RGB
CMYK
RGB Variations
Color information
#B52D8D (or 0xB52D8D) is known color: Medium Red Violet. HEX triplet: B5, 2D and 8D. RGB value is (181,45,141). Sum of RGB (Red+Green+Blue) = 181+45+141=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 45 (17.97% from 255 or 12.26% from 367); Blue value is 141 (55.47% from 255 or 38.42% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B52D8D is #4AD272. Grayscale: #606060. Windows color (decimal): -4903539 or 9252277. OLE color: 9252277.
HSL color Cylindrical-coordinate representation of color #B52D8D: hue angle of 317.65º 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 #B52D8D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 141 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.29 |
| HSL | 317.65º | 0.6% | 0.44% | - |
| HSV(B) | 317.65º | 0.75% | 0.71% | - |
| XYZ | 24.8 | 13.62 | 26.52 | - |
| YUV | 96.61 | 153.06 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 141 | 0 | 0.75 | 0.22 | 0.29 | 317.65 | 0.6 | 0.44 |
| Hex | B5 | 2D | 8D | 0 | 4B | 16 | 1D | 13E | 3C | 2C |
| Octal | 265 | 55 | 215 | 0 | 113 | 26 | 35 | 476 | 74 | 54 |
| Binary | 10110101 | 101101 | 10001101 | 0 | 1001011 | 10110 | 11101 | 100111110 | 111100 | 101100 |
Color Harmonies of #B52D8D
Complementary color
Monochromatic Colors of #B52D8D
Black with #B52D8D
Text Example
Text Example
White with #B52D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D8D; }
p { color: rgb(181,45,141); }
H1.HeaderClassName
{
color: #B52D8D;
}
.AnyTagClassName
{
color: #B52D8D;
}
</style>
background-color css
<style>
a { background-color: #B52D8D; }
a { background-color: rgb(181,45,141); }
div.DivClassName
{
background-color: #B52D8D;
}
.BgClassName
{
background-color: #B52D8D;
}
</style>
border-color css
<style>
span { border-color: #B52D8D; }
span { border-color: rgb(181,45,141); }
td.TdClassName
{
border-color: #B52D8D;
}
.TagClassName
{
border-color: #B52D8D;
}
</style>