Shades of Medium Red Violet #B42D82
Tints of Medium Red Violet #B42D82
RGB
CMYK
RGB Variations
Color information
#B42D82 (or 0xB42D82) is known color: Medium Red Violet. HEX triplet: B4, 2D and 82. RGB value is (180,45,130). Sum of RGB (Red+Green+Blue) = 180+45+130=355 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.70% from 355); Green value is 45 (17.97% from 255 or 12.68% from 355); Blue value is 130 (51.17% from 255 or 36.62% from 355); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D82 is #4BD27D. Grayscale: #5E5E5E. Windows color (decimal): -4969086 or 8531380. OLE color: 8531380.
HSL color Cylindrical-coordinate representation of color #B42D82: hue angle of 322.22º 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 #B42D82 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 130 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.29 |
| HSL | 322.22º | 0.6% | 0.44% | - |
| HSV(B) | 322.22º | 0.75% | 0.71% | - |
| XYZ | 23.79 | 13.19 | 22.41 | - |
| YUV | 95.06 | 147.73 | 188.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 130 | 0 | 0.75 | 0.28 | 0.29 | 322.22 | 0.6 | 0.44 |
| Hex | B4 | 2D | 82 | 0 | 4B | 1C | 1D | 142 | 3C | 2C |
| Octal | 264 | 55 | 202 | 0 | 113 | 34 | 35 | 502 | 74 | 54 |
| Binary | 10110100 | 101101 | 10000010 | 0 | 1001011 | 11100 | 11101 | 101000010 | 111100 | 101100 |
Color Harmonies of #B42D82
Complementary color
Monochromatic Colors of #B42D82
Black with #B42D82
Text Example
Text Example
White with #B42D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D82; }
p { color: rgb(180,45,130); }
H1.HeaderClassName
{
color: #B42D82;
}
.AnyTagClassName
{
color: #B42D82;
}
</style>
background-color css
<style>
a { background-color: #B42D82; }
a { background-color: rgb(180,45,130); }
div.DivClassName
{
background-color: #B42D82;
}
.BgClassName
{
background-color: #B42D82;
}
</style>
border-color css
<style>
span { border-color: #B42D82; }
span { border-color: rgb(180,45,130); }
td.TdClassName
{
border-color: #B42D82;
}
.TagClassName
{
border-color: #B42D82;
}
</style>