Shades of Medium Red Violet #B53799
Tints of Medium Red Violet #B53799
RGB
CMYK
RGB Variations
Color information
#B53799 (or 0xB53799) is known color: Medium Red Violet. HEX triplet: B5, 37 and 99. RGB value is (181,55,153). Sum of RGB (Red+Green+Blue) = 181+55+153=389 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.53% from 389); Green value is 55 (21.88% from 255 or 14.14% from 389); Blue value is 153 (60.16% from 255 or 39.33% from 389); Max value from RGB is 181 - color contains mainly: red. Hex color #B53799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53799 is #4AC866. Grayscale: #676767. Windows color (decimal): -4900967 or 10041269. OLE color: 10041269.
HSL color Cylindrical-coordinate representation of color #B53799: hue angle of 313.33º degrees, saturation: 0.53, 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 #B53799 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 55 | 153 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.29 |
| HSL | 313.33º | 0.53% | 0.46% | - |
| HSV(B) | 313.33º | 0.7% | 0.71% | - |
| XYZ | 26.17 | 14.86 | 31.63 | - |
| YUV | 103.85 | 155.74 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 55 | 153 | 0 | 0.70 | 0.15 | 0.29 | 313.33 | 0.53 | 0.46 |
| Hex | B5 | 37 | 99 | 0 | 46 | F | 1D | 139 | 35 | 2E |
| Octal | 265 | 67 | 231 | 0 | 106 | 17 | 35 | 471 | 65 | 56 |
| Binary | 10110101 | 110111 | 10011001 | 0 | 1000110 | 1111 | 11101 | 100111001 | 110101 | 101110 |
Color Harmonies of #B53799
Complementary color
Monochromatic Colors of #B53799
Black with #B53799
Text Example
Text Example
White with #B53799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53799; }
p { color: rgb(181,55,153); }
H1.HeaderClassName
{
color: #B53799;
}
.AnyTagClassName
{
color: #B53799;
}
</style>
background-color css
<style>
a { background-color: #B53799; }
a { background-color: rgb(181,55,153); }
div.DivClassName
{
background-color: #B53799;
}
.BgClassName
{
background-color: #B53799;
}
</style>
border-color css
<style>
span { border-color: #B53799; }
span { border-color: rgb(181,55,153); }
td.TdClassName
{
border-color: #B53799;
}
.TagClassName
{
border-color: #B53799;
}
</style>