Shades of Medium Red Violet #B53C79
Tints of Medium Red Violet #B53C79
RGB
CMYK
RGB Variations
Color information
#B53C79 (or 0xB53C79) is known color: Medium Red Violet. HEX triplet: B5, 3C and 79. RGB value is (181,60,121). Sum of RGB (Red+Green+Blue) = 181+60+121=362 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50% from 362); Green value is 60 (23.83% from 255 or 16.57% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 181 - color contains mainly: red. Hex color #B53C79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53C79 is #4AC386. Grayscale: #676767. Windows color (decimal): -4899719 or 7945397. OLE color: 7945397.
HSL color Cylindrical-coordinate representation of color #B53C79: hue angle of 329.75º 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 #B53C79 is Cyan = 0, Magento = 0.67, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 60 | 121 | - |
| CMYK | 0 | 0.67 | 0.33 | 0.29 |
| HSL | 329.75º | 0.5% | 0.47% | - |
| HSV(B) | 329.75º | 0.67% | 0.71% | - |
| XYZ | 24.12 | 14.44 | 19.6 | - |
| YUV | 103.13 | 138.09 | 183.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 60 | 121 | 0 | 0.67 | 0.33 | 0.29 | 329.75 | 0.5 | 0.47 |
| Hex | B5 | 3C | 79 | 0 | 43 | 21 | 1D | 14A | 32 | 2F |
| Octal | 265 | 74 | 171 | 0 | 103 | 41 | 35 | 512 | 62 | 57 |
| Binary | 10110101 | 111100 | 1111001 | 0 | 1000011 | 100001 | 11101 | 101001010 | 110010 | 101111 |
Color Harmonies of #B53C79
Complementary color
Monochromatic Colors of #B53C79
Black with #B53C79
Text Example
Text Example
White with #B53C79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53C79; }
p { color: rgb(181,60,121); }
H1.HeaderClassName
{
color: #B53C79;
}
.AnyTagClassName
{
color: #B53C79;
}
</style>
background-color css
<style>
a { background-color: #B53C79; }
a { background-color: rgb(181,60,121); }
div.DivClassName
{
background-color: #B53C79;
}
.BgClassName
{
background-color: #B53C79;
}
</style>
border-color css
<style>
span { border-color: #B53C79; }
span { border-color: rgb(181,60,121); }
td.TdClassName
{
border-color: #B53C79;
}
.TagClassName
{
border-color: #B53C79;
}
</style>