Shades of Medium Violet Red #B40379
Tints of Medium Violet Red #B40379
RGB
CMYK
RGB Variations
Color information
#B40379 (or 0xB40379) is known color: Medium Violet Red. HEX triplet: B4, 03 and 79. RGB value is (180,3,121). Sum of RGB (Red+Green+Blue) = 180+3+121=304 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.21% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 121 (47.66% from 255 or 39.80% from 304); Max value from RGB is 180 - color contains mainly: red. Hex color #B40379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40379 is #4BFC86. Grayscale: #454545. Windows color (decimal): -4979847 or 7930804. OLE color: 7930804.
HSL color Cylindrical-coordinate representation of color #B40379: hue angle of 320º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B40379 is Cyan = 0, Magento = 0.98, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 121 | - |
| CMYK | 0 | 0.98 | 0.33 | 0.29 |
| HSL | 320º | 0.97% | 0.36% | - |
| HSV(B) | 320º | 0.98% | 0.71% | - |
| XYZ | 22.31 | 11.15 | 19.07 | - |
| YUV | 69.38 | 157.14 | 206.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 121 | 0 | 0.98 | 0.33 | 0.29 | 320 | 0.97 | 0.36 |
| Hex | B4 | 3 | 79 | 0 | 62 | 21 | 1D | 140 | 61 | 24 |
| Octal | 264 | 3 | 171 | 0 | 142 | 41 | 35 | 500 | 141 | 44 |
| Binary | 10110100 | 11 | 1111001 | 0 | 1100010 | 100001 | 11101 | 101000000 | 1100001 | 100100 |
Color Harmonies of #B40379
Complementary color
Monochromatic Colors of #B40379
Black with #B40379
Text Example
Text Example
White with #B40379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40379; }
p { color: rgb(180,3,121); }
H1.HeaderClassName
{
color: #B40379;
}
.AnyTagClassName
{
color: #B40379;
}
</style>
background-color css
<style>
a { background-color: #B40379; }
a { background-color: rgb(180,3,121); }
div.DivClassName
{
background-color: #B40379;
}
.BgClassName
{
background-color: #B40379;
}
</style>
border-color css
<style>
span { border-color: #B40379; }
span { border-color: rgb(180,3,121); }
td.TdClassName
{
border-color: #B40379;
}
.TagClassName
{
border-color: #B40379;
}
</style>