Shades of Medium Violet Red #B41D8D
Tints of Medium Violet Red #B41D8D
RGB
CMYK
RGB Variations
Color information
#B41D8D (or 0xB41D8D) is known color: Medium Violet Red. HEX triplet: B4, 1D and 8D. RGB value is (180,29,141). Sum of RGB (Red+Green+Blue) = 180+29+141=350 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.43% from 350); Green value is 29 (11.72% from 255 or 8.29% from 350); Blue value is 141 (55.47% from 255 or 40.29% from 350); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41D8D is #4BE272. Grayscale: #565656. Windows color (decimal): -4973171 or 9248180. OLE color: 9248180.
HSL color Cylindrical-coordinate representation of color #B41D8D: hue angle of 315.5º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B41D8D is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 141 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.29 |
| HSL | 315.5º | 0.72% | 0.41% | - |
| HSV(B) | 315.5º | 0.84% | 0.71% | - |
| XYZ | 24.07 | 12.51 | 26.34 | - |
| YUV | 86.92 | 158.53 | 194.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 141 | 0 | 0.84 | 0.22 | 0.29 | 315.5 | 0.72 | 0.41 |
| Hex | B4 | 1D | 8D | 0 | 54 | 16 | 1D | 13B | 48 | 29 |
| Octal | 264 | 35 | 215 | 0 | 124 | 26 | 35 | 473 | 110 | 51 |
| Binary | 10110100 | 11101 | 10001101 | 0 | 1010100 | 10110 | 11101 | 100111011 | 1001000 | 101001 |
Color Harmonies of #B41D8D
Complementary color
Monochromatic Colors of #B41D8D
Black with #B41D8D
Text Example
Text Example
White with #B41D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D8D; }
p { color: rgb(180,29,141); }
H1.HeaderClassName
{
color: #B41D8D;
}
.AnyTagClassName
{
color: #B41D8D;
}
</style>
background-color css
<style>
a { background-color: #B41D8D; }
a { background-color: rgb(180,29,141); }
div.DivClassName
{
background-color: #B41D8D;
}
.BgClassName
{
background-color: #B41D8D;
}
</style>
border-color css
<style>
span { border-color: #B41D8D; }
span { border-color: rgb(180,29,141); }
td.TdClassName
{
border-color: #B41D8D;
}
.TagClassName
{
border-color: #B41D8D;
}
</style>