Shades of Medium Red Violet #B42B8D
Tints of Medium Red Violet #B42B8D
RGB
CMYK
RGB Variations
Color information
#B42B8D (or 0xB42B8D) is known color: Medium Red Violet. HEX triplet: B4, 2B and 8D. RGB value is (180,43,141). Sum of RGB (Red+Green+Blue) = 180+43+141=364 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.45% from 364); Green value is 43 (17.19% from 255 or 11.81% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 180 - color contains mainly: red. Hex color #B42B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B42B8D is #4BD472. Grayscale: #5E5E5E. Windows color (decimal): -4969587 or 9251764. OLE color: 9251764.
HSL color Cylindrical-coordinate representation of color #B42B8D: hue angle of 317.08º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B42B8D is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 43 | 141 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.29 |
| HSL | 317.08º | 0.61% | 0.44% | - |
| HSV(B) | 317.08º | 0.76% | 0.71% | - |
| XYZ | 24.49 | 13.35 | 26.49 | - |
| YUV | 95.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 43 | 141 | 0 | 0.76 | 0.22 | 0.29 | 317.08 | 0.61 | 0.44 |
| Hex | B4 | 2B | 8D | 0 | 4C | 16 | 1D | 13D | 3D | 2C |
| Octal | 264 | 53 | 215 | 0 | 114 | 26 | 35 | 475 | 75 | 54 |
| Binary | 10110100 | 101011 | 10001101 | 0 | 1001100 | 10110 | 11101 | 100111101 | 111101 | 101100 |
Color Harmonies of #B42B8D
Complementary color
Monochromatic Colors of #B42B8D
Black with #B42B8D
Text Example
Text Example
White with #B42B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42B8D; }
p { color: rgb(180,43,141); }
H1.HeaderClassName
{
color: #B42B8D;
}
.AnyTagClassName
{
color: #B42B8D;
}
</style>
background-color css
<style>
a { background-color: #B42B8D; }
a { background-color: rgb(180,43,141); }
div.DivClassName
{
background-color: #B42B8D;
}
.BgClassName
{
background-color: #B42B8D;
}
</style>
border-color css
<style>
span { border-color: #B42B8D; }
span { border-color: rgb(180,43,141); }
td.TdClassName
{
border-color: #B42B8D;
}
.TagClassName
{
border-color: #B42B8D;
}
</style>