Shades of Medium Violet Red #B40879
Tints of Medium Violet Red #B40879
RGB
CMYK
RGB Variations
Color information
#B40879 (or 0xB40879) is known color: Medium Violet Red. HEX triplet: B4, 08 and 79. RGB value is (180,8,121). Sum of RGB (Red+Green+Blue) = 180+8+121=309 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.25% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 180 - color contains mainly: red. Hex color #B40879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40879 is #4BF786. Grayscale: #484848. Windows color (decimal): -4978567 or 7932084. OLE color: 7932084.
HSL color Cylindrical-coordinate representation of color #B40879: hue angle of 320.58º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40879 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.29 |
| HSL | 320.58º | 0.91% | 0.37% | - |
| HSV(B) | 320.58º | 0.96% | 0.71% | - |
| XYZ | 22.36 | 11.26 | 19.08 | - |
| YUV | 72.31 | 155.48 | 204.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 8 | 121 | 0 | 0.96 | 0.33 | 0.29 | 320.58 | 0.91 | 0.37 |
| Hex | B4 | 8 | 79 | 0 | 60 | 21 | 1D | 141 | 5B | 25 |
| Octal | 264 | 10 | 171 | 0 | 140 | 41 | 35 | 501 | 133 | 45 |
| Binary | 10110100 | 1000 | 1111001 | 0 | 1100000 | 100001 | 11101 | 101000001 | 1011011 | 100101 |
Color Harmonies of #B40879
Complementary color
Monochromatic Colors of #B40879
Black with #B40879
Text Example
Text Example
White with #B40879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40879; }
p { color: rgb(180,8,121); }
H1.HeaderClassName
{
color: #B40879;
}
.AnyTagClassName
{
color: #B40879;
}
</style>
background-color css
<style>
a { background-color: #B40879; }
a { background-color: rgb(180,8,121); }
div.DivClassName
{
background-color: #B40879;
}
.BgClassName
{
background-color: #B40879;
}
</style>
border-color css
<style>
span { border-color: #B40879; }
span { border-color: rgb(180,8,121); }
td.TdClassName
{
border-color: #B40879;
}
.TagClassName
{
border-color: #B40879;
}
</style>