Shades of Medium Red Violet #B53C8D
Tints of Medium Red Violet #B53C8D
RGB
CMYK
RGB Variations
Color information
#B53C8D (or 0xB53C8D) is known color: Medium Red Violet. HEX triplet: B5, 3C and 8D. RGB value is (181,60,141). Sum of RGB (Red+Green+Blue) = 181+60+141=382 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.38% from 382); Green value is 60 (23.83% from 255 or 15.71% from 382); Blue value is 141 (55.47% from 255 or 36.91% from 382); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B53C8D is #4AC372. Grayscale: #696969. Windows color (decimal): -4899699 or 9256117. OLE color: 9256117.
HSL color Cylindrical-coordinate representation of color #B53C8D: hue angle of 319.83º 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 #B53C8D is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 141 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.29 |
| HSL | 319.83º | 0.5% | 0.47% | - |
| HSV(B) | 319.83º | 0.67% | 0.71% | - |
| XYZ | 25.48 | 14.98 | 26.75 | - |
| YUV | 105.41 | 148.09 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 141 | 0 | 0.67 | 0.22 | 0.29 | 319.83 | 0.5 | 0.47 |
| Hex | B5 | 3C | 8D | 0 | 43 | 16 | 1D | 140 | 32 | 2F |
| Octal | 265 | 74 | 215 | 0 | 103 | 26 | 35 | 500 | 62 | 57 |
| Binary | 10110101 | 111100 | 10001101 | 0 | 1000011 | 10110 | 11101 | 101000000 | 110010 | 101111 |
Color Harmonies of #B53C8D
Complementary color
Monochromatic Colors of #B53C8D
Black with #B53C8D
Text Example
Text Example
White with #B53C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C8D; }
p { color: rgb(181,60,141); }
H1.HeaderClassName
{
color: #B53C8D;
}
.AnyTagClassName
{
color: #B53C8D;
}
</style>
background-color css
<style>
a { background-color: #B53C8D; }
a { background-color: rgb(181,60,141); }
div.DivClassName
{
background-color: #B53C8D;
}
.BgClassName
{
background-color: #B53C8D;
}
</style>
border-color css
<style>
span { border-color: #B53C8D; }
span { border-color: rgb(181,60,141); }
td.TdClassName
{
border-color: #B53C8D;
}
.TagClassName
{
border-color: #B53C8D;
}
</style>