Shades of Medium Red Violet #B53079
Tints of Medium Red Violet #B53079
RGB
CMYK
RGB Variations
Color information
#B53079 (or 0xB53079) is known color: Medium Red Violet. HEX triplet: B5, 30 and 79. RGB value is (181,48,121). Sum of RGB (Red+Green+Blue) = 181+48+121=350 (46% of max value = 765). Red value is 181 (71.09% from 255 or 51.71% from 350); Green value is 48 (19.14% from 255 or 13.71% from 350); Blue value is 121 (47.66% from 255 or 34.57% from 350); Max value from RGB is 181 - color contains mainly: red. Hex color #B53079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B53079 is #4ACF86. Grayscale: #5F5F5F. Windows color (decimal): -4902791 or 7942325. OLE color: 7942325.
HSL color Cylindrical-coordinate representation of color #B53079: hue angle of 327.07º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B53079 is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 48 | 121 | - |
| CMYK | 0 | 0.73 | 0.33 | 0.29 |
| HSL | 327.07º | 0.58% | 0.45% | - |
| HSV(B) | 327.07º | 0.73% | 0.71% | - |
| XYZ | 23.56 | 13.32 | 19.42 | - |
| YUV | 96.09 | 142.06 | 188.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 48 | 121 | 0 | 0.73 | 0.33 | 0.29 | 327.07 | 0.58 | 0.45 |
| Hex | B5 | 30 | 79 | 0 | 49 | 21 | 1D | 147 | 3A | 2D |
| Octal | 265 | 60 | 171 | 0 | 111 | 41 | 35 | 507 | 72 | 55 |
| Binary | 10110101 | 110000 | 1111001 | 0 | 1001001 | 100001 | 11101 | 101000111 | 111010 | 101101 |
Color Harmonies of #B53079
Complementary color
Monochromatic Colors of #B53079
Black with #B53079
Text Example
Text Example
White with #B53079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53079; }
p { color: rgb(181,48,121); }
H1.HeaderClassName
{
color: #B53079;
}
.AnyTagClassName
{
color: #B53079;
}
</style>
background-color css
<style>
a { background-color: #B53079; }
a { background-color: rgb(181,48,121); }
div.DivClassName
{
background-color: #B53079;
}
.BgClassName
{
background-color: #B53079;
}
</style>
border-color css
<style>
span { border-color: #B53079; }
span { border-color: rgb(181,48,121); }
td.TdClassName
{
border-color: #B53079;
}
.TagClassName
{
border-color: #B53079;
}
</style>