Shades of Medium Red Violet #B42379
Tints of Medium Red Violet #B42379
RGB
CMYK
RGB Variations
Color information
#B42379 (or 0xB42379) is known color: Medium Red Violet. HEX triplet: B4, 23 and 79. RGB value is (180,35,121). Sum of RGB (Red+Green+Blue) = 180+35+121=336 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.57% from 336); Green value is 35 (14.06% from 255 or 10.42% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 180 - color contains mainly: red. Hex color #B42379 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42379 is #4BDC86. Grayscale: #575757. Windows color (decimal): -4971655 or 7938996. OLE color: 7938996.
HSL color Cylindrical-coordinate representation of color #B42379: hue angle of 324.41º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42379 is Cyan = 0, Magento = 0.81, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 121 | - |
| CMYK | 0 | 0.81 | 0.33 | 0.29 |
| HSL | 324.41º | 0.67% | 0.42% | - |
| HSV(B) | 324.41º | 0.81% | 0.71% | - |
| XYZ | 22.87 | 12.29 | 19.25 | - |
| YUV | 88.16 | 146.54 | 193.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 121 | 0 | 0.81 | 0.33 | 0.29 | 324.41 | 0.67 | 0.42 |
| Hex | B4 | 23 | 79 | 0 | 51 | 21 | 1D | 144 | 43 | 2A |
| Octal | 264 | 43 | 171 | 0 | 121 | 41 | 35 | 504 | 103 | 52 |
| Binary | 10110100 | 100011 | 1111001 | 0 | 1010001 | 100001 | 11101 | 101000100 | 1000011 | 101010 |
Color Harmonies of #B42379
Complementary color
Monochromatic Colors of #B42379
Black with #B42379
Text Example
Text Example
White with #B42379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42379; }
p { color: rgb(180,35,121); }
H1.HeaderClassName
{
color: #B42379;
}
.AnyTagClassName
{
color: #B42379;
}
</style>
background-color css
<style>
a { background-color: #B42379; }
a { background-color: rgb(180,35,121); }
div.DivClassName
{
background-color: #B42379;
}
.BgClassName
{
background-color: #B42379;
}
</style>
border-color css
<style>
span { border-color: #B42379; }
span { border-color: rgb(180,35,121); }
td.TdClassName
{
border-color: #B42379;
}
.TagClassName
{
border-color: #B42379;
}
</style>