Shades of Medium Red Violet #B53F82
Tints of Medium Red Violet #B53F82
RGB
CMYK
RGB Variations
Color information
#B53F82 (or 0xB53F82) is known color: Medium Red Violet. HEX triplet: B5, 3F and 82. RGB value is (181,63,130). Sum of RGB (Red+Green+Blue) = 181+63+130=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 63 (25% from 255 or 16.84% from 374); Blue value is 130 (51.17% from 255 or 34.76% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F82 is #4AC07D. Grayscale: #696969. Windows color (decimal): -4898942 or 8535989. OLE color: 8535989.
HSL color Cylindrical-coordinate representation of color #B53F82: hue angle of 325.93º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B53F82 is Cyan = 0, Magento = 0.65, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 130 | - |
| CMYK | 0 | 0.65 | 0.28 | 0.29 |
| HSL | 325.93º | 0.48% | 0.48% | - |
| HSV(B) | 325.93º | 0.65% | 0.71% | - |
| XYZ | 24.86 | 14.99 | 22.7 | - |
| YUV | 105.92 | 141.59 | 181.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 130 | 0 | 0.65 | 0.28 | 0.29 | 325.93 | 0.48 | 0.48 |
| Hex | B5 | 3F | 82 | 0 | 41 | 1C | 1D | 146 | 30 | 30 |
| Octal | 265 | 77 | 202 | 0 | 101 | 34 | 35 | 506 | 60 | 60 |
| Binary | 10110101 | 111111 | 10000010 | 0 | 1000001 | 11100 | 11101 | 101000110 | 110000 | 110000 |
Color Harmonies of #B53F82
Complementary color
Monochromatic Colors of #B53F82
Black with #B53F82
Text Example
Text Example
White with #B53F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F82; }
p { color: rgb(181,63,130); }
H1.HeaderClassName
{
color: #B53F82;
}
.AnyTagClassName
{
color: #B53F82;
}
</style>
background-color css
<style>
a { background-color: #B53F82; }
a { background-color: rgb(181,63,130); }
div.DivClassName
{
background-color: #B53F82;
}
.BgClassName
{
background-color: #B53F82;
}
</style>
border-color css
<style>
span { border-color: #B53F82; }
span { border-color: rgb(181,63,130); }
td.TdClassName
{
border-color: #B53F82;
}
.TagClassName
{
border-color: #B53F82;
}
</style>