Shades of Medium Red Violet #B42D8D
Tints of Medium Red Violet #B42D8D
RGB
CMYK
RGB Variations
Color information
#B42D8D (or 0xB42D8D) is known color: Medium Red Violet. HEX triplet: B4, 2D and 8D. RGB value is (180,45,141). Sum of RGB (Red+Green+Blue) = 180+45+141=366 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.18% from 366); Green value is 45 (17.97% from 255 or 12.30% from 366); Blue value is 141 (55.47% from 255 or 38.52% from 366); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D8D is #4BD272. Grayscale: #606060. Windows color (decimal): -4969075 or 9252276. OLE color: 9252276.
HSL color Cylindrical-coordinate representation of color #B42D8D: hue angle of 317.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 #B42D8D is Cyan = 0, Magento = 0.75, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 141 | - |
| CMYK | 0 | 0.75 | 0.22 | 0.29 |
| HSL | 317.33º | 0.6% | 0.44% | - |
| HSV(B) | 317.33º | 0.75% | 0.71% | - |
| XYZ | 24.57 | 13.5 | 26.51 | - |
| YUV | 96.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 141 | 0 | 0.75 | 0.22 | 0.29 | 317.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | 8D | 0 | 4B | 16 | 1D | 13D | 3C | 2C |
| Octal | 264 | 55 | 215 | 0 | 113 | 26 | 35 | 475 | 74 | 54 |
| Binary | 10110100 | 101101 | 10001101 | 0 | 1001011 | 10110 | 11101 | 100111101 | 111100 | 101100 |
Color Harmonies of #B42D8D
Complementary color
Monochromatic Colors of #B42D8D
Black with #B42D8D
Text Example
Text Example
White with #B42D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D8D; }
p { color: rgb(180,45,141); }
H1.HeaderClassName
{
color: #B42D8D;
}
.AnyTagClassName
{
color: #B42D8D;
}
</style>
background-color css
<style>
a { background-color: #B42D8D; }
a { background-color: rgb(180,45,141); }
div.DivClassName
{
background-color: #B42D8D;
}
.BgClassName
{
background-color: #B42D8D;
}
</style>
border-color css
<style>
span { border-color: #B42D8D; }
span { border-color: rgb(180,45,141); }
td.TdClassName
{
border-color: #B42D8D;
}
.TagClassName
{
border-color: #B42D8D;
}
</style>