Shades of Medium Red Violet #B42D9D
Tints of Medium Red Violet #B42D9D
RGB
CMYK
RGB Variations
Color information
#B42D9D (or 0xB42D9D) is known color: Medium Red Violet. HEX triplet: B4, 2D and 9D. RGB value is (180,45,157). Sum of RGB (Red+Green+Blue) = 180+45+157=382 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.12% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D9D is #4BD262. Grayscale: #616161. Windows color (decimal): -4969059 or 10300852. OLE color: 10300852.
HSL color Cylindrical-coordinate representation of color #B42D9D: hue angle of 310.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 #B42D9D is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 157 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.29 |
| HSL | 310.22º | 0.6% | 0.44% | - |
| HSV(B) | 310.22º | 0.75% | 0.71% | - |
| XYZ | 25.85 | 14.01 | 33.24 | - |
| YUV | 98.13 | 161.23 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 157 | 0 | 0.75 | 0.13 | 0.29 | 310.22 | 0.6 | 0.44 |
| Hex | B4 | 2D | 9D | 0 | 4B | D | 1D | 136 | 3C | 2C |
| Octal | 264 | 55 | 235 | 0 | 113 | 15 | 35 | 466 | 74 | 54 |
| Binary | 10110100 | 101101 | 10011101 | 0 | 1001011 | 1101 | 11101 | 100110110 | 111100 | 101100 |
Color Harmonies of #B42D9D
Complementary color
Monochromatic Colors of #B42D9D
Black with #B42D9D
Text Example
Text Example
White with #B42D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D9D; }
p { color: rgb(180,45,157); }
H1.HeaderClassName
{
color: #B42D9D;
}
.AnyTagClassName
{
color: #B42D9D;
}
</style>
background-color css
<style>
a { background-color: #B42D9D; }
a { background-color: rgb(180,45,157); }
div.DivClassName
{
background-color: #B42D9D;
}
.BgClassName
{
background-color: #B42D9D;
}
</style>
border-color css
<style>
span { border-color: #B42D9D; }
span { border-color: rgb(180,45,157); }
td.TdClassName
{
border-color: #B42D9D;
}
.TagClassName
{
border-color: #B42D9D;
}
</style>