Shades of Medium Red Violet #B42D84
Tints of Medium Red Violet #B42D84
RGB
CMYK
RGB Variations
Color information
#B42D84 (or 0xB42D84) is known color: Medium Red Violet. HEX triplet: B4, 2D and 84. RGB value is (180,45,132). Sum of RGB (Red+Green+Blue) = 180+45+132=357 (47% of max value = 765). Red value is 180 (70.70% from 255 or 50.42% from 357); Green value is 45 (17.97% from 255 or 12.61% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D84 is #4BD27B. Grayscale: #5F5F5F. Windows color (decimal): -4969084 or 8662452. OLE color: 8662452.
HSL color Cylindrical-coordinate representation of color #B42D84: hue angle of 321.33º 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 #B42D84 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 132 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.29 |
| HSL | 321.33º | 0.6% | 0.44% | - |
| HSV(B) | 321.33º | 0.75% | 0.71% | - |
| XYZ | 23.93 | 13.25 | 23.13 | - |
| YUV | 95.28 | 148.73 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 132 | 0 | 0.75 | 0.27 | 0.29 | 321.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | 84 | 0 | 4B | 1B | 1D | 141 | 3C | 2C |
| Octal | 264 | 55 | 204 | 0 | 113 | 33 | 35 | 501 | 74 | 54 |
| Binary | 10110100 | 101101 | 10000100 | 0 | 1001011 | 11011 | 11101 | 101000001 | 111100 | 101100 |
Color Harmonies of #B42D84
Complementary color
Monochromatic Colors of #B42D84
Black with #B42D84
Text Example
Text Example
White with #B42D84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D84; }
p { color: rgb(180,45,132); }
H1.HeaderClassName
{
color: #B42D84;
}
.AnyTagClassName
{
color: #B42D84;
}
</style>
background-color css
<style>
a { background-color: #B42D84; }
a { background-color: rgb(180,45,132); }
div.DivClassName
{
background-color: #B42D84;
}
.BgClassName
{
background-color: #B42D84;
}
</style>
border-color css
<style>
span { border-color: #B42D84; }
span { border-color: rgb(180,45,132); }
td.TdClassName
{
border-color: #B42D84;
}
.TagClassName
{
border-color: #B42D84;
}
</style>