Shades of Medium Violet Red #B41D8F
Tints of Medium Violet Red #B41D8F
RGB
CMYK
RGB Variations
Color information
#B41D8F (or 0xB41D8F) is known color: Medium Violet Red. HEX triplet: B4, 1D and 8F. RGB value is (180,29,143). Sum of RGB (Red+Green+Blue) = 180+29+143=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 143 (56.25% from 255 or 40.62% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B41D8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41D8F is #4BE270. Grayscale: #565656. Windows color (decimal): -4973169 or 9379252. OLE color: 9379252.
HSL color Cylindrical-coordinate representation of color #B41D8F: hue angle of 314.7º 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 #B41D8F is Cyan = 0, Magento = 0.84, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 29 | 143 | - |
| CMYK | 0 | 0.84 | 0.21 | 0.29 |
| HSL | 314.7º | 0.72% | 0.41% | - |
| HSV(B) | 314.7º | 0.84% | 0.71% | - |
| XYZ | 24.22 | 12.57 | 27.14 | - |
| YUV | 87.15 | 159.53 | 194.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 29 | 143 | 0 | 0.84 | 0.21 | 0.29 | 314.7 | 0.72 | 0.41 |
| Hex | B4 | 1D | 8F | 0 | 54 | 15 | 1D | 13B | 48 | 29 |
| Octal | 264 | 35 | 217 | 0 | 124 | 25 | 35 | 473 | 110 | 51 |
| Binary | 10110100 | 11101 | 10001111 | 0 | 1010100 | 10101 | 11101 | 100111011 | 1001000 | 101001 |
Color Harmonies of #B41D8F
Complementary color
Monochromatic Colors of #B41D8F
Black with #B41D8F
Text Example
Text Example
White with #B41D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41D8F; }
p { color: rgb(180,29,143); }
H1.HeaderClassName
{
color: #B41D8F;
}
.AnyTagClassName
{
color: #B41D8F;
}
</style>
background-color css
<style>
a { background-color: #B41D8F; }
a { background-color: rgb(180,29,143); }
div.DivClassName
{
background-color: #B41D8F;
}
.BgClassName
{
background-color: #B41D8F;
}
</style>
border-color css
<style>
span { border-color: #B41D8F; }
span { border-color: rgb(180,29,143); }
td.TdClassName
{
border-color: #B41D8F;
}
.TagClassName
{
border-color: #B41D8F;
}
</style>