Shades of Medium Violet Red #B41E8E
Tints of Medium Violet Red #B41E8E
RGB
CMYK
RGB Variations
Color information
#B41E8E (or 0xB41E8E) is known color: Medium Violet Red. HEX triplet: B4, 1E and 8E. RGB value is (180,30,142). Sum of RGB (Red+Green+Blue) = 180+30+142=352 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.14% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 142 (55.86% from 255 or 40.34% from 352); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B41E8E is #4BE171. Grayscale: #575757. Windows color (decimal): -4972914 or 9313972. OLE color: 9313972.
HSL color Cylindrical-coordinate representation of color #B41E8E: hue angle of 315.2º 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 #B41E8E is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 142 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.29 |
| HSL | 315.2º | 0.71% | 0.41% | - |
| HSV(B) | 315.2º | 0.83% | 0.71% | - |
| XYZ | 24.17 | 12.58 | 26.75 | - |
| YUV | 87.62 | 158.7 | 193.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 142 | 0 | 0.83 | 0.21 | 0.29 | 315.2 | 0.71 | 0.41 |
| Hex | B4 | 1E | 8E | 0 | 53 | 15 | 1D | 13B | 47 | 29 |
| Octal | 264 | 36 | 216 | 0 | 123 | 25 | 35 | 473 | 107 | 51 |
| Binary | 10110100 | 11110 | 10001110 | 0 | 1010011 | 10101 | 11101 | 100111011 | 1000111 | 101001 |
Color Harmonies of #B41E8E
Complementary color
Monochromatic Colors of #B41E8E
Black with #B41E8E
Text Example
Text Example
White with #B41E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E8E; }
p { color: rgb(180,30,142); }
H1.HeaderClassName
{
color: #B41E8E;
}
.AnyTagClassName
{
color: #B41E8E;
}
</style>
background-color css
<style>
a { background-color: #B41E8E; }
a { background-color: rgb(180,30,142); }
div.DivClassName
{
background-color: #B41E8E;
}
.BgClassName
{
background-color: #B41E8E;
}
</style>
border-color css
<style>
span { border-color: #B41E8E; }
span { border-color: rgb(180,30,142); }
td.TdClassName
{
border-color: #B41E8E;
}
.TagClassName
{
border-color: #B41E8E;
}
</style>