Shades of Medium Violet Red #B41D7D
Tints of Medium Violet Red #B41D7D
RGB
CMYK
RGB Variations
Color information
#B41D7D (or 0xB41D7D) is known color: Medium Violet Red. HEX triplet: B4, 1D and 7D. RGB value is (180,29,125). Sum of RGB (Red+Green+Blue) = 180+29+125=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 29 (11.72% from 255 or 8.68% from 334); Blue value is 125 (49.22% from 255 or 37.43% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41D7D is #4BE282. Grayscale: #545454. Windows color (decimal): -4973187 or 8199604. OLE color: 8199604.
HSL color Cylindrical-coordinate representation of color #B41D7D: hue angle of 321.85º 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 #B41D7D is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 125 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.29 |
| HSL | 321.85º | 0.72% | 0.41% | - |
| HSV(B) | 321.85º | 0.84% | 0.71% | - |
| XYZ | 22.96 | 12.06 | 20.52 | - |
| YUV | 85.09 | 150.53 | 195.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 125 | 0 | 0.84 | 0.31 | 0.29 | 321.85 | 0.72 | 0.41 |
| Hex | B4 | 1D | 7D | 0 | 54 | 1F | 1D | 142 | 48 | 29 |
| Octal | 264 | 35 | 175 | 0 | 124 | 37 | 35 | 502 | 110 | 51 |
| Binary | 10110100 | 11101 | 1111101 | 0 | 1010100 | 11111 | 11101 | 101000010 | 1001000 | 101001 |
Color Harmonies of #B41D7D
Complementary color
Monochromatic Colors of #B41D7D
Black with #B41D7D
Text Example
Text Example
White with #B41D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D7D; }
p { color: rgb(180,29,125); }
H1.HeaderClassName
{
color: #B41D7D;
}
.AnyTagClassName
{
color: #B41D7D;
}
</style>
background-color css
<style>
a { background-color: #B41D7D; }
a { background-color: rgb(180,29,125); }
div.DivClassName
{
background-color: #B41D7D;
}
.BgClassName
{
background-color: #B41D7D;
}
</style>
border-color css
<style>
span { border-color: #B41D7D; }
span { border-color: rgb(180,29,125); }
td.TdClassName
{
border-color: #B41D7D;
}
.TagClassName
{
border-color: #B41D7D;
}
</style>