Shades of Medium Violet Red #B41C8D
Tints of Medium Violet Red #B41C8D
RGB
CMYK
RGB Variations
Color information
#B41C8D (or 0xB41C8D) is known color: Medium Violet Red. HEX triplet: B4, 1C and 8D. RGB value is (180,28,141). Sum of RGB (Red+Green+Blue) = 180+28+141=349 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.58% from 349); Green value is 28 (11.33% from 255 or 8.02% from 349); Blue value is 141 (55.47% from 255 or 40.40% from 349); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41C8D is #4BE372. Grayscale: #565656. Windows color (decimal): -4973427 or 9247924. OLE color: 9247924.
HSL color Cylindrical-coordinate representation of color #B41C8D: hue angle of 315.39º degrees, saturation: 0.73, 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 #B41C8D is Cyan = 0, Magento = 0.84, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 141 | - |
| CMYK | 0 | 0.84 | 0.22 | 0.29 |
| HSL | 315.39º | 0.73% | 0.41% | - |
| HSV(B) | 315.39º | 0.84% | 0.71% | - |
| XYZ | 24.05 | 12.46 | 26.34 | - |
| YUV | 86.33 | 158.86 | 194.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 141 | 0 | 0.84 | 0.22 | 0.29 | 315.39 | 0.73 | 0.41 |
| Hex | B4 | 1C | 8D | 0 | 54 | 16 | 1D | 13B | 49 | 29 |
| Octal | 264 | 34 | 215 | 0 | 124 | 26 | 35 | 473 | 111 | 51 |
| Binary | 10110100 | 11100 | 10001101 | 0 | 1010100 | 10110 | 11101 | 100111011 | 1001001 | 101001 |
Color Harmonies of #B41C8D
Complementary color
Monochromatic Colors of #B41C8D
Black with #B41C8D
Text Example
Text Example
White with #B41C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C8D; }
p { color: rgb(180,28,141); }
H1.HeaderClassName
{
color: #B41C8D;
}
.AnyTagClassName
{
color: #B41C8D;
}
</style>
background-color css
<style>
a { background-color: #B41C8D; }
a { background-color: rgb(180,28,141); }
div.DivClassName
{
background-color: #B41C8D;
}
.BgClassName
{
background-color: #B41C8D;
}
</style>
border-color css
<style>
span { border-color: #B41C8D; }
span { border-color: rgb(180,28,141); }
td.TdClassName
{
border-color: #B41C8D;
}
.TagClassName
{
border-color: #B41C8D;
}
</style>