Shades of Medium Red Violet #B42D9F
Tints of Medium Red Violet #B42D9F
RGB
CMYK
RGB Variations
Color information
#B42D9F (or 0xB42D9F) is known color: Medium Red Violet. HEX triplet: B4, 2D and 9F. RGB value is (180,45,159). Sum of RGB (Red+Green+Blue) = 180+45+159=384 (50% of max value = 765). Red value is 180 (70.70% from 255 or 46.88% from 384); Green value is 45 (17.97% from 255 or 11.72% from 384); Blue value is 159 (62.5% from 255 or 41.41% from 384); Max value from RGB is 180 - color contains mainly: red. Hex color #B42D9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42D9F is #4BD260. Grayscale: #626262. Windows color (decimal): -4969057 or 10431924. OLE color: 10431924.
HSL color Cylindrical-coordinate representation of color #B42D9F: hue angle of 309.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 #B42D9F is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 45 | 159 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.29 |
| HSL | 309.33º | 0.6% | 0.44% | - |
| HSV(B) | 309.33º | 0.75% | 0.71% | - |
| XYZ | 26.02 | 14.08 | 34.15 | - |
| YUV | 98.36 | 162.23 | 186.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 45 | 159 | 0 | 0.75 | 0.12 | 0.29 | 309.33 | 0.6 | 0.44 |
| Hex | B4 | 2D | 9F | 0 | 4B | C | 1D | 135 | 3C | 2C |
| Octal | 264 | 55 | 237 | 0 | 113 | 14 | 35 | 465 | 74 | 54 |
| Binary | 10110100 | 101101 | 10011111 | 0 | 1001011 | 1100 | 11101 | 100110101 | 111100 | 101100 |
Color Harmonies of #B42D9F
Complementary color
Monochromatic Colors of #B42D9F
Black with #B42D9F
Text Example
Text Example
White with #B42D9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42D9F; }
p { color: rgb(180,45,159); }
H1.HeaderClassName
{
color: #B42D9F;
}
.AnyTagClassName
{
color: #B42D9F;
}
</style>
background-color css
<style>
a { background-color: #B42D9F; }
a { background-color: rgb(180,45,159); }
div.DivClassName
{
background-color: #B42D9F;
}
.BgClassName
{
background-color: #B42D9F;
}
</style>
border-color css
<style>
span { border-color: #B42D9F; }
span { border-color: rgb(180,45,159); }
td.TdClassName
{
border-color: #B42D9F;
}
.TagClassName
{
border-color: #B42D9F;
}
</style>