Shades of Medium Violet Red #B41C7E
Tints of Medium Violet Red #B41C7E
RGB
CMYK
RGB Variations
Color information
#B41C7E (or 0xB41C7E) is known color: Medium Violet Red. HEX triplet: B4, 1C and 7E. RGB value is (180,28,126). Sum of RGB (Red+Green+Blue) = 180+28+126=334 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.89% from 334); Green value is 28 (11.33% from 255 or 8.38% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 180 - color contains mainly: red. Hex color #B41C7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B41C7E is #4BE381. Grayscale: #545454. Windows color (decimal): -4973442 or 8264884. OLE color: 8264884.
HSL color Cylindrical-coordinate representation of color #B41C7E: hue angle of 321.32º 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 #B41C7E is Cyan = 0, Magento = 0.84, Yellow = 0.3 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 28 | 126 | - |
| CMYK | 0 | 0.84 | 0.3 | 0.29 |
| HSL | 321.32º | 0.73% | 0.41% | - |
| HSV(B) | 321.32º | 0.84% | 0.71% | - |
| XYZ | 23 | 12.04 | 20.85 | - |
| YUV | 84.62 | 151.36 | 196.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 28 | 126 | 0 | 0.84 | 0.3 | 0.29 | 321.32 | 0.73 | 0.41 |
| Hex | B4 | 1C | 7E | 0 | 54 | 1E | 1D | 141 | 49 | 29 |
| Octal | 264 | 34 | 176 | 0 | 124 | 36 | 35 | 501 | 111 | 51 |
| Binary | 10110100 | 11100 | 1111110 | 0 | 1010100 | 11110 | 11101 | 101000001 | 1001001 | 101001 |
Color Harmonies of #B41C7E
Complementary color
Monochromatic Colors of #B41C7E
Black with #B41C7E
Text Example
Text Example
White with #B41C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41C7E; }
p { color: rgb(180,28,126); }
H1.HeaderClassName
{
color: #B41C7E;
}
.AnyTagClassName
{
color: #B41C7E;
}
</style>
background-color css
<style>
a { background-color: #B41C7E; }
a { background-color: rgb(180,28,126); }
div.DivClassName
{
background-color: #B41C7E;
}
.BgClassName
{
background-color: #B41C7E;
}
</style>
border-color css
<style>
span { border-color: #B41C7E; }
span { border-color: rgb(180,28,126); }
td.TdClassName
{
border-color: #B41C7E;
}
.TagClassName
{
border-color: #B41C7E;
}
</style>