Shades of Medium Red Violet #B42979
Tints of Medium Red Violet #B42979
RGB
CMYK
RGB Variations
Color information
#B42979 (or 0xB42979) is known color: Medium Red Violet. HEX triplet: B4, 29 and 79. RGB value is (180,41,121). Sum of RGB (Red+Green+Blue) = 180+41+121=342 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.63% from 342); Green value is 41 (16.41% from 255 or 11.99% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 180 - color contains mainly: red. Hex color #B42979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42979 is #4BD686. Grayscale: #5B5B5B. Windows color (decimal): -4970119 or 7940532. OLE color: 7940532.
HSL color Cylindrical-coordinate representation of color #B42979: hue angle of 325.47º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B42979 is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 121 | - |
| CMYK | 0 | 0.77 | 0.33 | 0.29 |
| HSL | 325.47º | 0.63% | 0.43% | - |
| HSV(B) | 325.47º | 0.77% | 0.71% | - |
| XYZ | 23.07 | 12.67 | 19.32 | - |
| YUV | 91.68 | 144.55 | 191 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 121 | 0 | 0.77 | 0.33 | 0.29 | 325.47 | 0.63 | 0.43 |
| Hex | B4 | 29 | 79 | 0 | 4D | 21 | 1D | 145 | 3F | 2B |
| Octal | 264 | 51 | 171 | 0 | 115 | 41 | 35 | 505 | 77 | 53 |
| Binary | 10110100 | 101001 | 1111001 | 0 | 1001101 | 100001 | 11101 | 101000101 | 111111 | 101011 |
Color Harmonies of #B42979
Complementary color
Monochromatic Colors of #B42979
Black with #B42979
Text Example
Text Example
White with #B42979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42979; }
p { color: rgb(180,41,121); }
H1.HeaderClassName
{
color: #B42979;
}
.AnyTagClassName
{
color: #B42979;
}
</style>
background-color css
<style>
a { background-color: #B42979; }
a { background-color: rgb(180,41,121); }
div.DivClassName
{
background-color: #B42979;
}
.BgClassName
{
background-color: #B42979;
}
</style>
border-color css
<style>
span { border-color: #B42979; }
span { border-color: rgb(180,41,121); }
td.TdClassName
{
border-color: #B42979;
}
.TagClassName
{
border-color: #B42979;
}
</style>