Shades of Medium Violet Red #B41F8C
Tints of Medium Violet Red #B41F8C
RGB
CMYK
RGB Variations
Color information
#B41F8C (or 0xB41F8C) is known color: Medium Violet Red. HEX triplet: B4, 1F and 8C. RGB value is (180,31,140). Sum of RGB (Red+Green+Blue) = 180+31+140=351 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.28% from 351); Green value is 31 (12.5% from 255 or 8.83% from 351); Blue value is 140 (55.08% from 255 or 39.89% from 351); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F8C is #4BE073. Grayscale: #575757. Windows color (decimal): -4972660 or 9183156. OLE color: 9183156.
HSL color Cylindrical-coordinate representation of color #B41F8C: hue angle of 316.11º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41F8C is Cyan = 0, Magento = 0.83, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 140 | - |
| CMYK | 0 | 0.83 | 0.22 | 0.29 |
| HSL | 316.11º | 0.71% | 0.41% | - |
| HSV(B) | 316.11º | 0.83% | 0.71% | - |
| XYZ | 24.05 | 12.58 | 25.97 | - |
| YUV | 87.98 | 157.36 | 193.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 140 | 0 | 0.83 | 0.22 | 0.29 | 316.11 | 0.71 | 0.41 |
| Hex | B4 | 1F | 8C | 0 | 53 | 16 | 1D | 13C | 47 | 29 |
| Octal | 264 | 37 | 214 | 0 | 123 | 26 | 35 | 474 | 107 | 51 |
| Binary | 10110100 | 11111 | 10001100 | 0 | 1010011 | 10110 | 11101 | 100111100 | 1000111 | 101001 |
Color Harmonies of #B41F8C
Complementary color
Monochromatic Colors of #B41F8C
Black with #B41F8C
Text Example
Text Example
White with #B41F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F8C; }
p { color: rgb(180,31,140); }
H1.HeaderClassName
{
color: #B41F8C;
}
.AnyTagClassName
{
color: #B41F8C;
}
</style>
background-color css
<style>
a { background-color: #B41F8C; }
a { background-color: rgb(180,31,140); }
div.DivClassName
{
background-color: #B41F8C;
}
.BgClassName
{
background-color: #B41F8C;
}
</style>
border-color css
<style>
span { border-color: #B41F8C; }
span { border-color: rgb(180,31,140); }
td.TdClassName
{
border-color: #B41F8C;
}
.TagClassName
{
border-color: #B41F8C;
}
</style>