Shades of Medium Red Violet #B42D73
Tints of Medium Red Violet #B42D73
RGB
CMYK
RGB Variations
Color information
#B42D73 (or 0xB42D73) is known color: Medium Red Violet. HEX triplet: B4, 2D and 73. RGB value is (180,45,115). Sum of RGB (Red+Green+Blue) = 180+45+115=340 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.94% from 340); Green value is 45 (17.97% from 255 or 13.24% from 340); Blue value is 115 (45.31% from 255 or 33.82% from 340); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D73 is #4BD28C. Grayscale: #5D5D5D. Windows color (decimal): -4969101 or 7548340. OLE color: 7548340.
HSL color Cylindrical-coordinate representation of color #B42D73: hue angle of 328.89º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B42D73 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 115 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.29 |
| HSL | 328.89º | 0.6% | 0.44% | - |
| HSV(B) | 328.89º | 0.75% | 0.71% | - |
| XYZ | 22.86 | 12.82 | 17.49 | - |
| YUV | 93.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 115 | 0 | 0.75 | 0.36 | 0.29 | 328.89 | 0.6 | 0.44 |
| Hex | B4 | 2D | 73 | 0 | 4B | 24 | 1D | 149 | 3C | 2C |
| Octal | 264 | 55 | 163 | 0 | 113 | 44 | 35 | 511 | 74 | 54 |
| Binary | 10110100 | 101101 | 1110011 | 0 | 1001011 | 100100 | 11101 | 101001001 | 111100 | 101100 |
Color Harmonies of #B42D73
Complementary color
Monochromatic Colors of #B42D73
Black with #B42D73
Text Example
Text Example
White with #B42D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D73; }
p { color: rgb(180,45,115); }
H1.HeaderClassName
{
color: #B42D73;
}
.AnyTagClassName
{
color: #B42D73;
}
</style>
background-color css
<style>
a { background-color: #B42D73; }
a { background-color: rgb(180,45,115); }
div.DivClassName
{
background-color: #B42D73;
}
.BgClassName
{
background-color: #B42D73;
}
</style>
border-color css
<style>
span { border-color: #B42D73; }
span { border-color: rgb(180,45,115); }
td.TdClassName
{
border-color: #B42D73;
}
.TagClassName
{
border-color: #B42D73;
}
</style>