Shades of Medium Red Violet #B53696
Tints of Medium Red Violet #B53696
RGB
CMYK
RGB Variations
Color information
#B53696 (or 0xB53696) is known color: Medium Red Violet. HEX triplet: B5, 36 and 96. RGB value is (181,54,150). Sum of RGB (Red+Green+Blue) = 181+54+150=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 150 (58.98% from 255 or 38.96% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B53696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53696 is #4AC969. Grayscale: #666666. Windows color (decimal): -4901226 or 9844405. OLE color: 9844405.
HSL color Cylindrical-coordinate representation of color #B53696: hue angle of 314.65º 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 #B53696 is Cyan = 0, Magento = 0.70, Yellow = 0.17 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 54 | 150 | - |
| CMYK | 0 | 0.70 | 0.17 | 0.29 |
| HSL | 314.65º | 0.54% | 0.46% | - |
| HSV(B) | 314.65º | 0.7% | 0.71% | - |
| XYZ | 25.88 | 14.66 | 30.32 | - |
| YUV | 102.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 54 | 150 | 0 | 0.70 | 0.17 | 0.29 | 314.65 | 0.54 | 0.46 |
| Hex | B5 | 36 | 96 | 0 | 46 | 11 | 1D | 13B | 36 | 2E |
| Octal | 265 | 66 | 226 | 0 | 106 | 21 | 35 | 473 | 66 | 56 |
| Binary | 10110101 | 110110 | 10010110 | 0 | 1000110 | 10001 | 11101 | 100111011 | 110110 | 101110 |
Color Harmonies of #B53696
Complementary color
Monochromatic Colors of #B53696
Black with #B53696
Text Example
Text Example
White with #B53696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53696; }
p { color: rgb(181,54,150); }
H1.HeaderClassName
{
color: #B53696;
}
.AnyTagClassName
{
color: #B53696;
}
</style>
background-color css
<style>
a { background-color: #B53696; }
a { background-color: rgb(181,54,150); }
div.DivClassName
{
background-color: #B53696;
}
.BgClassName
{
background-color: #B53696;
}
</style>
border-color css
<style>
span { border-color: #B53696; }
span { border-color: rgb(181,54,150); }
td.TdClassName
{
border-color: #B53696;
}
.TagClassName
{
border-color: #B53696;
}
</style>