Shades of Medium Red Violet #B53C7E
Tints of Medium Red Violet #B53C7E
RGB
CMYK
RGB Variations
Color information
#B53C7E (or 0xB53C7E) is known color: Medium Red Violet. HEX triplet: B5, 3C and 7E. RGB value is (181,60,126). Sum of RGB (Red+Green+Blue) = 181+60+126=367 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.32% from 367); Green value is 60 (23.83% from 255 or 16.35% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C7E is #4AC381. Grayscale: #676767. Windows color (decimal): -4899714 or 8273077. OLE color: 8273077.
HSL color Cylindrical-coordinate representation of color #B53C7E: hue angle of 327.27º 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 #B53C7E is Cyan = 0, Magento = 0.67, Yellow = 0.30 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 126 | - |
| CMYK | 0 | 0.67 | 0.30 | 0.29 |
| HSL | 327.27º | 0.5% | 0.47% | - |
| HSV(B) | 327.27º | 0.67% | 0.71% | - |
| XYZ | 24.44 | 14.56 | 21.26 | - |
| YUV | 103.7 | 140.59 | 183.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 126 | 0 | 0.67 | 0.30 | 0.29 | 327.27 | 0.5 | 0.47 |
| Hex | B5 | 3C | 7E | 0 | 43 | 1E | 1D | 147 | 32 | 2F |
| Octal | 265 | 74 | 176 | 0 | 103 | 36 | 35 | 507 | 62 | 57 |
| Binary | 10110101 | 111100 | 1111110 | 0 | 1000011 | 11110 | 11101 | 101000111 | 110010 | 101111 |
Color Harmonies of #B53C7E
Complementary color
Monochromatic Colors of #B53C7E
Black with #B53C7E
Text Example
Text Example
White with #B53C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C7E; }
p { color: rgb(181,60,126); }
H1.HeaderClassName
{
color: #B53C7E;
}
.AnyTagClassName
{
color: #B53C7E;
}
</style>
background-color css
<style>
a { background-color: #B53C7E; }
a { background-color: rgb(181,60,126); }
div.DivClassName
{
background-color: #B53C7E;
}
.BgClassName
{
background-color: #B53C7E;
}
</style>
border-color css
<style>
span { border-color: #B53C7E; }
span { border-color: rgb(181,60,126); }
td.TdClassName
{
border-color: #B53C7E;
}
.TagClassName
{
border-color: #B53C7E;
}
</style>