Shades of Medium Red Violet #B42971
Tints of Medium Red Violet #B42971
RGB
CMYK
RGB Variations
Color information
#B42971 (or 0xB42971) is known color: Medium Red Violet. HEX triplet: B4, 29 and 71. RGB value is (180,41,113). Sum of RGB (Red+Green+Blue) = 180+41+113=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B42971 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42971 is #4BD68E. Grayscale: #5A5A5A. Windows color (decimal): -4970127 or 7416244. OLE color: 7416244.
HSL color Cylindrical-coordinate representation of color #B42971: hue angle of 328.92º 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 #B42971 is Cyan = 0, Magento = 0.77, Yellow = 0.37 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 113 | - |
| CMYK | 0 | 0.77 | 0.37 | 0.29 |
| HSL | 328.92º | 0.63% | 0.43% | - |
| HSV(B) | 328.92º | 0.77% | 0.71% | - |
| XYZ | 22.6 | 12.48 | 16.84 | - |
| YUV | 90.77 | 140.55 | 191.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 113 | 0 | 0.77 | 0.37 | 0.29 | 328.92 | 0.63 | 0.43 |
| Hex | B4 | 29 | 71 | 0 | 4D | 25 | 1D | 149 | 3F | 2B |
| Octal | 264 | 51 | 161 | 0 | 115 | 45 | 35 | 511 | 77 | 53 |
| Binary | 10110100 | 101001 | 1110001 | 0 | 1001101 | 100101 | 11101 | 101001001 | 111111 | 101011 |
Color Harmonies of #B42971
Complementary color
Monochromatic Colors of #B42971
Black with #B42971
Text Example
Text Example
White with #B42971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42971; }
p { color: rgb(180,41,113); }
H1.HeaderClassName
{
color: #B42971;
}
.AnyTagClassName
{
color: #B42971;
}
</style>
background-color css
<style>
a { background-color: #B42971; }
a { background-color: rgb(180,41,113); }
div.DivClassName
{
background-color: #B42971;
}
.BgClassName
{
background-color: #B42971;
}
</style>
border-color css
<style>
span { border-color: #B42971; }
span { border-color: rgb(180,41,113); }
td.TdClassName
{
border-color: #B42971;
}
.TagClassName
{
border-color: #B42971;
}
</style>