Shades of Medium Violet Red #B41379
Tints of Medium Violet Red #B41379
RGB
CMYK
RGB Variations
Color information
#B41379 (or 0xB41379) is known color: Medium Violet Red. HEX triplet: B4, 13 and 79. RGB value is (180,19,121). Sum of RGB (Red+Green+Blue) = 180+19+121=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 121 (47.66% from 255 or 37.81% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B41379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41379 is #4BEC86. Grayscale: #4E4E4E. Windows color (decimal): -4975751 or 7934900. OLE color: 7934900.
HSL color Cylindrical-coordinate representation of color #B41379: hue angle of 321.99º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41379 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 19 | 121 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.29 |
| HSL | 321.99º | 0.81% | 0.39% | - |
| HSV(B) | 321.99º | 0.89% | 0.71% | - |
| XYZ | 22.51 | 11.55 | 19.13 | - |
| YUV | 78.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 19 | 121 | 0 | 0.89 | 0.33 | 0.29 | 321.99 | 0.81 | 0.39 |
| Hex | B4 | 13 | 79 | 0 | 59 | 21 | 1D | 142 | 51 | 27 |
| Octal | 264 | 23 | 171 | 0 | 131 | 41 | 35 | 502 | 121 | 47 |
| Binary | 10110100 | 10011 | 1111001 | 0 | 1011001 | 100001 | 11101 | 101000010 | 1010001 | 100111 |
Color Harmonies of #B41379
Complementary color
Monochromatic Colors of #B41379
Black with #B41379
Text Example
Text Example
White with #B41379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41379; }
p { color: rgb(180,19,121); }
H1.HeaderClassName
{
color: #B41379;
}
.AnyTagClassName
{
color: #B41379;
}
</style>
background-color css
<style>
a { background-color: #B41379; }
a { background-color: rgb(180,19,121); }
div.DivClassName
{
background-color: #B41379;
}
.BgClassName
{
background-color: #B41379;
}
</style>
border-color css
<style>
span { border-color: #B41379; }
span { border-color: rgb(180,19,121); }
td.TdClassName
{
border-color: #B41379;
}
.TagClassName
{
border-color: #B41379;
}
</style>