Shades of Medium Red Violet #B53F86
Tints of Medium Red Violet #B53F86
RGB
CMYK
RGB Variations
Color information
#B53F86 (or 0xB53F86) is known color: Medium Red Violet. HEX triplet: B5, 3F and 86. RGB value is (181,63,134). Sum of RGB (Red+Green+Blue) = 181+63+134=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 63 (25% from 255 or 16.67% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53F86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53F86 is #4AC079. Grayscale: #6A6A6A. Windows color (decimal): -4898938 or 8798133. OLE color: 8798133.
HSL color Cylindrical-coordinate representation of color #B53F86: hue angle of 323.9º 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 #B53F86 is Cyan = 0, Magento = 0.65, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 63 | 134 | - |
| CMYK | 0 | 0.65 | 0.26 | 0.29 |
| HSL | 323.9º | 0.48% | 0.48% | - |
| HSV(B) | 323.9º | 0.65% | 0.71% | - |
| XYZ | 25.14 | 15.1 | 24.14 | - |
| YUV | 106.38 | 143.59 | 181.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 63 | 134 | 0 | 0.65 | 0.26 | 0.29 | 323.9 | 0.48 | 0.48 |
| Hex | B5 | 3F | 86 | 0 | 41 | 1A | 1D | 144 | 30 | 30 |
| Octal | 265 | 77 | 206 | 0 | 101 | 32 | 35 | 504 | 60 | 60 |
| Binary | 10110101 | 111111 | 10000110 | 0 | 1000001 | 11010 | 11101 | 101000100 | 110000 | 110000 |
Color Harmonies of #B53F86
Complementary color
Monochromatic Colors of #B53F86
Black with #B53F86
Text Example
Text Example
White with #B53F86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53F86; }
p { color: rgb(181,63,134); }
H1.HeaderClassName
{
color: #B53F86;
}
.AnyTagClassName
{
color: #B53F86;
}
</style>
background-color css
<style>
a { background-color: #B53F86; }
a { background-color: rgb(181,63,134); }
div.DivClassName
{
background-color: #B53F86;
}
.BgClassName
{
background-color: #B53F86;
}
</style>
border-color css
<style>
span { border-color: #B53F86; }
span { border-color: rgb(181,63,134); }
td.TdClassName
{
border-color: #B53F86;
}
.TagClassName
{
border-color: #B53F86;
}
</style>