Shades of Medium Red Violet #B42D7F
Tints of Medium Red Violet #B42D7F
RGB
CMYK
RGB Variations
Color information
#B42D7F (or 0xB42D7F) is known color: Medium Red Violet. HEX triplet: B4, 2D and 7F. RGB value is (180,45,127). Sum of RGB (Red+Green+Blue) = 180+45+127=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 45 (17.97% from 255 or 12.78% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42D7F is #4BD280. Grayscale: #5E5E5E. Windows color (decimal): -4969089 or 8334772. OLE color: 8334772.
HSL color Cylindrical-coordinate representation of color #B42D7F: hue angle of 323.56º 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 #B42D7F is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 127 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.29 |
| HSL | 323.56º | 0.6% | 0.44% | - |
| HSV(B) | 323.56º | 0.75% | 0.71% | - |
| XYZ | 23.59 | 13.11 | 21.37 | - |
| YUV | 94.71 | 146.23 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 127 | 0 | 0.75 | 0.29 | 0.29 | 323.56 | 0.6 | 0.44 |
| Hex | B4 | 2D | 7F | 0 | 4B | 1D | 1D | 144 | 3C | 2C |
| Octal | 264 | 55 | 177 | 0 | 113 | 35 | 35 | 504 | 74 | 54 |
| Binary | 10110100 | 101101 | 1111111 | 0 | 1001011 | 11101 | 11101 | 101000100 | 111100 | 101100 |
Color Harmonies of #B42D7F
Complementary color
Monochromatic Colors of #B42D7F
Black with #B42D7F
Text Example
Text Example
White with #B42D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D7F; }
p { color: rgb(180,45,127); }
H1.HeaderClassName
{
color: #B42D7F;
}
.AnyTagClassName
{
color: #B42D7F;
}
</style>
background-color css
<style>
a { background-color: #B42D7F; }
a { background-color: rgb(180,45,127); }
div.DivClassName
{
background-color: #B42D7F;
}
.BgClassName
{
background-color: #B42D7F;
}
</style>
border-color css
<style>
span { border-color: #B42D7F; }
span { border-color: rgb(180,45,127); }
td.TdClassName
{
border-color: #B42D7F;
}
.TagClassName
{
border-color: #B42D7F;
}
</style>