Shades of Medium Red Violet #B53686
Tints of Medium Red Violet #B53686
RGB
CMYK
RGB Variations
Color information
#B53686 (or 0xB53686) is known color: Medium Red Violet. HEX triplet: B5, 36 and 86. RGB value is (181,54,134). Sum of RGB (Red+Green+Blue) = 181+54+134=369 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.05% from 369); Green value is 54 (21.48% from 255 or 14.63% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 181 - color contains mainly: red. Hex color #B53686 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53686 is #4AC979. Grayscale: #646464. Windows color (decimal): -4901242 or 8795829. OLE color: 8795829.
HSL color Cylindrical-coordinate representation of color #B53686: hue angle of 322.2º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B53686 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 134 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.29 |
| HSL | 322.2º | 0.54% | 0.46% | - |
| HSV(B) | 322.2º | 0.7% | 0.71% | - |
| XYZ | 24.68 | 14.18 | 23.99 | - |
| YUV | 101.09 | 146.58 | 185 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 134 | 0 | 0.70 | 0.26 | 0.29 | 322.2 | 0.54 | 0.46 |
| Hex | B5 | 36 | 86 | 0 | 46 | 1A | 1D | 142 | 36 | 2E |
| Octal | 265 | 66 | 206 | 0 | 106 | 32 | 35 | 502 | 66 | 56 |
| Binary | 10110101 | 110110 | 10000110 | 0 | 1000110 | 11010 | 11101 | 101000010 | 110110 | 101110 |
Color Harmonies of #B53686
Complementary color
Monochromatic Colors of #B53686
Black with #B53686
Text Example
Text Example
White with #B53686
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53686; }
p { color: rgb(181,54,134); }
H1.HeaderClassName
{
color: #B53686;
}
.AnyTagClassName
{
color: #B53686;
}
</style>
background-color css
<style>
a { background-color: #B53686; }
a { background-color: rgb(181,54,134); }
div.DivClassName
{
background-color: #B53686;
}
.BgClassName
{
background-color: #B53686;
}
</style>
border-color css
<style>
span { border-color: #B53686; }
span { border-color: rgb(181,54,134); }
td.TdClassName
{
border-color: #B53686;
}
.TagClassName
{
border-color: #B53686;
}
</style>