Shades of Medium Red Violet #B53D82
Tints of Medium Red Violet #B53D82
RGB
CMYK
RGB Variations
Color information
#B53D82 (or 0xB53D82) is known color: Medium Red Violet. HEX triplet: B5, 3D and 82. RGB value is (181,61,130). Sum of RGB (Red+Green+Blue) = 181+61+130=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 61 (24.22% from 255 or 16.40% from 372); Blue value is 130 (51.17% from 255 or 34.95% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B53D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53D82 is #4AC27D. Grayscale: #686868. Windows color (decimal): -4899454 or 8535477. OLE color: 8535477.
HSL color Cylindrical-coordinate representation of color #B53D82: hue angle of 325.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B53D82 is Cyan = 0, Magento = 0.66, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 61 | 130 | - |
| CMYK | 0 | 0.66 | 0.28 | 0.29 |
| HSL | 325.5º | 0.5% | 0.47% | - |
| HSV(B) | 325.5º | 0.66% | 0.71% | - |
| XYZ | 24.75 | 14.77 | 22.67 | - |
| YUV | 104.75 | 142.26 | 182.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 61 | 130 | 0 | 0.66 | 0.28 | 0.29 | 325.5 | 0.5 | 0.47 |
| Hex | B5 | 3D | 82 | 0 | 42 | 1C | 1D | 146 | 32 | 2F |
| Octal | 265 | 75 | 202 | 0 | 102 | 34 | 35 | 506 | 62 | 57 |
| Binary | 10110101 | 111101 | 10000010 | 0 | 1000010 | 11100 | 11101 | 101000110 | 110010 | 101111 |
Color Harmonies of #B53D82
Complementary color
Monochromatic Colors of #B53D82
Black with #B53D82
Text Example
Text Example
White with #B53D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53D82; }
p { color: rgb(181,61,130); }
H1.HeaderClassName
{
color: #B53D82;
}
.AnyTagClassName
{
color: #B53D82;
}
</style>
background-color css
<style>
a { background-color: #B53D82; }
a { background-color: rgb(181,61,130); }
div.DivClassName
{
background-color: #B53D82;
}
.BgClassName
{
background-color: #B53D82;
}
</style>
border-color css
<style>
span { border-color: #B53D82; }
span { border-color: rgb(181,61,130); }
td.TdClassName
{
border-color: #B53D82;
}
.TagClassName
{
border-color: #B53D82;
}
</style>