Shades of Medium Red Violet #B53C89
Tints of Medium Red Violet #B53C89
RGB
CMYK
RGB Variations
Color information
#B53C89 (or 0xB53C89) is known color: Medium Red Violet. HEX triplet: B5, 3C and 89. RGB value is (181,60,137). Sum of RGB (Red+Green+Blue) = 181+60+137=378 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.88% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C89 is #4AC376. Grayscale: #686868. Windows color (decimal): -4899703 or 8993973. OLE color: 8993973.
HSL color Cylindrical-coordinate representation of color #B53C89: hue angle of 321.82º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B53C89 is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 137 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.29 |
| HSL | 321.82º | 0.5% | 0.47% | - |
| HSV(B) | 321.82º | 0.67% | 0.71% | - |
| XYZ | 25.19 | 14.86 | 25.21 | - |
| YUV | 104.96 | 146.09 | 182.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 137 | 0 | 0.67 | 0.24 | 0.29 | 321.82 | 0.5 | 0.47 |
| Hex | B5 | 3C | 89 | 0 | 43 | 18 | 1D | 142 | 32 | 2F |
| Octal | 265 | 74 | 211 | 0 | 103 | 30 | 35 | 502 | 62 | 57 |
| Binary | 10110101 | 111100 | 10001001 | 0 | 1000011 | 11000 | 11101 | 101000010 | 110010 | 101111 |
Color Harmonies of #B53C89
Complementary color
Monochromatic Colors of #B53C89
Black with #B53C89
Text Example
Text Example
White with #B53C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C89; }
p { color: rgb(181,60,137); }
H1.HeaderClassName
{
color: #B53C89;
}
.AnyTagClassName
{
color: #B53C89;
}
</style>
background-color css
<style>
a { background-color: #B53C89; }
a { background-color: rgb(181,60,137); }
div.DivClassName
{
background-color: #B53C89;
}
.BgClassName
{
background-color: #B53C89;
}
</style>
border-color css
<style>
span { border-color: #B53C89; }
span { border-color: rgb(181,60,137); }
td.TdClassName
{
border-color: #B53C89;
}
.TagClassName
{
border-color: #B53C89;
}
</style>