Shades of Medium Violet Red #B41F8F
Tints of Medium Violet Red #B41F8F
RGB
CMYK
RGB Variations
Color information
#B41F8F (or 0xB41F8F) is known color: Medium Violet Red. HEX triplet: B4, 1F and 8F. RGB value is (180,31,143). Sum of RGB (Red+Green+Blue) = 180+31+143=354 (46% of max value = 765). Red value is 180 (70.70% from 255 or 50.85% from 354); Green value is 31 (12.5% from 255 or 8.76% from 354); Blue value is 143 (56.25% from 255 or 40.40% from 354); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41F8F is #4BE070. Grayscale: #585858. Windows color (decimal): -4972657 or 9379764. OLE color: 9379764.
HSL color Cylindrical-coordinate representation of color #B41F8F: hue angle of 314.9º 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 #B41F8F is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 143 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.29 |
| HSL | 314.9º | 0.71% | 0.41% | - |
| HSV(B) | 314.9º | 0.83% | 0.71% | - |
| XYZ | 24.27 | 12.67 | 27.15 | - |
| YUV | 88.32 | 158.86 | 193.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 143 | 0 | 0.83 | 0.21 | 0.29 | 314.9 | 0.71 | 0.41 |
| Hex | B4 | 1F | 8F | 0 | 53 | 15 | 1D | 13B | 47 | 29 |
| Octal | 264 | 37 | 217 | 0 | 123 | 25 | 35 | 473 | 107 | 51 |
| Binary | 10110100 | 11111 | 10001111 | 0 | 1010011 | 10101 | 11101 | 100111011 | 1000111 | 101001 |
Color Harmonies of #B41F8F
Complementary color
Monochromatic Colors of #B41F8F
Black with #B41F8F
Text Example
Text Example
White with #B41F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F8F; }
p { color: rgb(180,31,143); }
H1.HeaderClassName
{
color: #B41F8F;
}
.AnyTagClassName
{
color: #B41F8F;
}
</style>
background-color css
<style>
a { background-color: #B41F8F; }
a { background-color: rgb(180,31,143); }
div.DivClassName
{
background-color: #B41F8F;
}
.BgClassName
{
background-color: #B41F8F;
}
</style>
border-color css
<style>
span { border-color: #B41F8F; }
span { border-color: rgb(180,31,143); }
td.TdClassName
{
border-color: #B41F8F;
}
.TagClassName
{
border-color: #B41F8F;
}
</style>