Shades of Medium Violet Red #B40E8D
Tints of Medium Violet Red #B40E8D
RGB
CMYK
RGB Variations
Color information
#B40E8D (or 0xB40E8D) is known color: Medium Violet Red. HEX triplet: B4, 0E and 8D. RGB value is (180,14,141). Sum of RGB (Red+Green+Blue) = 180+14+141=335 (44% of max value = 765). Red value is 180 (70.70% from 255 or 53.73% from 335); Green value is 14 (5.86% from 255 or 4.18% from 335); Blue value is 141 (55.47% from 255 or 42.09% from 335); Max value from RGB is 180 - color contains mainly: red. Hex color #B40E8D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B40E8D is #4BF172. Grayscale: #4D4D4D. Windows color (decimal): -4977011 or 9244340. OLE color: 9244340.
HSL color Cylindrical-coordinate representation of color #B40E8D: hue angle of 314.1º degrees, saturation: 0.86, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B40E8D is Cyan = 0, Magento = 0.92, Yellow = 0.22 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 14 | 141 | - |
| CMYK | 0 | 0.92 | 0.22 | 0.29 |
| HSL | 314.1º | 0.86% | 0.38% | - |
| HSV(B) | 314.1º | 0.92% | 0.71% | - |
| XYZ | 23.79 | 11.94 | 26.25 | - |
| YUV | 78.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 14 | 141 | 0 | 0.92 | 0.22 | 0.29 | 314.1 | 0.86 | 0.38 |
| Hex | B4 | E | 8D | 0 | 5C | 16 | 1D | 13A | 56 | 26 |
| Octal | 264 | 16 | 215 | 0 | 134 | 26 | 35 | 472 | 126 | 46 |
| Binary | 10110100 | 1110 | 10001101 | 0 | 1011100 | 10110 | 11101 | 100111010 | 1010110 | 100110 |
Color Harmonies of #B40E8D
Complementary color
Monochromatic Colors of #B40E8D
Black with #B40E8D
Text Example
Text Example
White with #B40E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40E8D; }
p { color: rgb(180,14,141); }
H1.HeaderClassName
{
color: #B40E8D;
}
.AnyTagClassName
{
color: #B40E8D;
}
</style>
background-color css
<style>
a { background-color: #B40E8D; }
a { background-color: rgb(180,14,141); }
div.DivClassName
{
background-color: #B40E8D;
}
.BgClassName
{
background-color: #B40E8D;
}
</style>
border-color css
<style>
span { border-color: #B40E8D; }
span { border-color: rgb(180,14,141); }
td.TdClassName
{
border-color: #B40E8D;
}
.TagClassName
{
border-color: #B40E8D;
}
</style>