Shades of Medium Violet Red #B41D8C
Tints of Medium Violet Red #B41D8C
RGB
CMYK
RGB Variations
Color information
#B41D8C (or 0xB41D8C) is known color: Medium Violet Red. HEX triplet: B4, 1D and 8C. RGB value is (180,29,140). Sum of RGB (Red+Green+Blue) = 180+29+140=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 29 (11.72% from 255 or 8.31% from 349); Blue value is 140 (55.08% from 255 or 40.11% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41D8C is #4BE273. Grayscale: #565656. Windows color (decimal): -4973172 or 9182644. OLE color: 9182644.
HSL color Cylindrical-coordinate representation of color #B41D8C: hue angle of 315.89º 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 #B41D8C is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 140 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.29 |
| HSL | 315.89º | 0.72% | 0.41% | - |
| HSV(B) | 315.89º | 0.84% | 0.71% | - |
| XYZ | 24 | 12.48 | 25.95 | - |
| YUV | 86.8 | 158.03 | 194.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 140 | 0 | 0.84 | 0.22 | 0.29 | 315.89 | 0.72 | 0.41 |
| Hex | B4 | 1D | 8C | 0 | 54 | 16 | 1D | 13C | 48 | 29 |
| Octal | 264 | 35 | 214 | 0 | 124 | 26 | 35 | 474 | 110 | 51 |
| Binary | 10110100 | 11101 | 10001100 | 0 | 1010100 | 10110 | 11101 | 100111100 | 1001000 | 101001 |
Color Harmonies of #B41D8C
Complementary color
Monochromatic Colors of #B41D8C
Black with #B41D8C
Text Example
Text Example
White with #B41D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D8C; }
p { color: rgb(180,29,140); }
H1.HeaderClassName
{
color: #B41D8C;
}
.AnyTagClassName
{
color: #B41D8C;
}
</style>
background-color css
<style>
a { background-color: #B41D8C; }
a { background-color: rgb(180,29,140); }
div.DivClassName
{
background-color: #B41D8C;
}
.BgClassName
{
background-color: #B41D8C;
}
</style>
border-color css
<style>
span { border-color: #B41D8C; }
span { border-color: rgb(180,29,140); }
td.TdClassName
{
border-color: #B41D8C;
}
.TagClassName
{
border-color: #B41D8C;
}
</style>