Shades of Medium Red Violet #B53999
Tints of Medium Red Violet #B53999
RGB
CMYK
RGB Variations
Color information
#B53999 (or 0xB53999) is known color: Medium Red Violet. HEX triplet: B5, 39 and 99. RGB value is (181,57,153). Sum of RGB (Red+Green+Blue) = 181+57+153=391 (51% of max value = 765). Red value is 181 (71.09% from 255 or 46.29% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 181 - color contains mainly: red. Hex color #B53999 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53999 is #4AC666. Grayscale: #686868. Windows color (decimal): -4900455 or 10041781. OLE color: 10041781.
HSL color Cylindrical-coordinate representation of color #B53999: hue angle of 313.55º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53999 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 57 | 153 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.29 |
| HSL | 313.55º | 0.52% | 0.47% | - |
| HSV(B) | 313.55º | 0.69% | 0.71% | - |
| XYZ | 26.27 | 15.05 | 31.66 | - |
| YUV | 105.02 | 155.08 | 182.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 57 | 153 | 0 | 0.69 | 0.15 | 0.29 | 313.55 | 0.52 | 0.47 |
| Hex | B5 | 39 | 99 | 0 | 45 | F | 1D | 13A | 34 | 2F |
| Octal | 265 | 71 | 231 | 0 | 105 | 17 | 35 | 472 | 64 | 57 |
| Binary | 10110101 | 111001 | 10011001 | 0 | 1000101 | 1111 | 11101 | 100111010 | 110100 | 101111 |
Color Harmonies of #B53999
Complementary color
Monochromatic Colors of #B53999
Black with #B53999
Text Example
Text Example
White with #B53999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53999; }
p { color: rgb(181,57,153); }
H1.HeaderClassName
{
color: #B53999;
}
.AnyTagClassName
{
color: #B53999;
}
</style>
background-color css
<style>
a { background-color: #B53999; }
a { background-color: rgb(181,57,153); }
div.DivClassName
{
background-color: #B53999;
}
.BgClassName
{
background-color: #B53999;
}
</style>
border-color css
<style>
span { border-color: #B53999; }
span { border-color: rgb(181,57,153); }
td.TdClassName
{
border-color: #B53999;
}
.TagClassName
{
border-color: #B53999;
}
</style>