Shades of Medium Red Violet #B53A79
Tints of Medium Red Violet #B53A79
RGB
CMYK
RGB Variations
Color information
#B53A79 (or 0xB53A79) is known color: Medium Red Violet. HEX triplet: B5, 3A and 79. RGB value is (181,58,121). Sum of RGB (Red+Green+Blue) = 181+58+121=360 (47% of max value = 765). Red value is 181 (71.09% from 255 or 50.28% from 360); Green value is 58 (23.05% from 255 or 16.11% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 181 - color contains mainly: red. Hex color #B53A79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53A79 is #4AC586. Grayscale: #656565. Windows color (decimal): -4900231 or 7944885. OLE color: 7944885.
HSL color Cylindrical-coordinate representation of color #B53A79: hue angle of 329.27º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B53A79 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 58 | 121 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.29 |
| HSL | 329.27º | 0.51% | 0.47% | - |
| HSV(B) | 329.27º | 0.68% | 0.71% | - |
| XYZ | 24.02 | 14.23 | 19.57 | - |
| YUV | 101.96 | 138.75 | 184.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 58 | 121 | 0 | 0.68 | 0.33 | 0.29 | 329.27 | 0.51 | 0.47 |
| Hex | B5 | 3A | 79 | 0 | 44 | 21 | 1D | 149 | 33 | 2F |
| Octal | 265 | 72 | 171 | 0 | 104 | 41 | 35 | 511 | 63 | 57 |
| Binary | 10110101 | 111010 | 1111001 | 0 | 1000100 | 100001 | 11101 | 101001001 | 110011 | 101111 |
Color Harmonies of #B53A79
Complementary color
Monochromatic Colors of #B53A79
Black with #B53A79
Text Example
Text Example
White with #B53A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53A79; }
p { color: rgb(181,58,121); }
H1.HeaderClassName
{
color: #B53A79;
}
.AnyTagClassName
{
color: #B53A79;
}
</style>
background-color css
<style>
a { background-color: #B53A79; }
a { background-color: rgb(181,58,121); }
div.DivClassName
{
background-color: #B53A79;
}
.BgClassName
{
background-color: #B53A79;
}
</style>
border-color css
<style>
span { border-color: #B53A79; }
span { border-color: rgb(181,58,121); }
td.TdClassName
{
border-color: #B53A79;
}
.TagClassName
{
border-color: #B53A79;
}
</style>