Shades of Medium Red Violet #B53C85
Tints of Medium Red Violet #B53C85
RGB
CMYK
RGB Variations
Color information
#B53C85 (or 0xB53C85) is known color: Medium Red Violet. HEX triplet: B5, 3C and 85. RGB value is (181,60,133). Sum of RGB (Red+Green+Blue) = 181+60+133=374 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.40% from 374); Green value is 60 (23.83% from 255 or 16.04% from 374); Blue value is 133 (52.34% from 255 or 35.56% from 374); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C85 is #4AC37A. Grayscale: #686868. Windows color (decimal): -4899707 or 8731829. OLE color: 8731829.
HSL color Cylindrical-coordinate representation of color #B53C85: hue angle of 323.8º 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 #B53C85 is Cyan = 0, Magento = 0.67, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 133 | - |
| CMYK | 0 | 0.67 | 0.27 | 0.29 |
| HSL | 323.8º | 0.5% | 0.47% | - |
| HSV(B) | 323.8º | 0.67% | 0.71% | - |
| XYZ | 24.91 | 14.75 | 23.72 | - |
| YUV | 104.5 | 144.09 | 182.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 133 | 0 | 0.67 | 0.27 | 0.29 | 323.8 | 0.5 | 0.47 |
| Hex | B5 | 3C | 85 | 0 | 43 | 1B | 1D | 144 | 32 | 2F |
| Octal | 265 | 74 | 205 | 0 | 103 | 33 | 35 | 504 | 62 | 57 |
| Binary | 10110101 | 111100 | 10000101 | 0 | 1000011 | 11011 | 11101 | 101000100 | 110010 | 101111 |
Color Harmonies of #B53C85
Complementary color
Monochromatic Colors of #B53C85
Black with #B53C85
Text Example
Text Example
White with #B53C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C85; }
p { color: rgb(181,60,133); }
H1.HeaderClassName
{
color: #B53C85;
}
.AnyTagClassName
{
color: #B53C85;
}
</style>
background-color css
<style>
a { background-color: #B53C85; }
a { background-color: rgb(181,60,133); }
div.DivClassName
{
background-color: #B53C85;
}
.BgClassName
{
background-color: #B53C85;
}
</style>
border-color css
<style>
span { border-color: #B53C85; }
span { border-color: rgb(181,60,133); }
td.TdClassName
{
border-color: #B53C85;
}
.TagClassName
{
border-color: #B53C85;
}
</style>