Shades of Medium Violet Red #B40D7C
Tints of Medium Violet Red #B40D7C
RGB
CMYK
RGB Variations
Color information
#B40D7C (or 0xB40D7C) is known color: Medium Violet Red. HEX triplet: B4, 0D and 7C. RGB value is (180,13,124). Sum of RGB (Red+Green+Blue) = 180+13+124=317 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.78% from 317); Green value is 13 (5.47% from 255 or 4.10% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40D7C is #4BF283. Grayscale: #4B4B4B. Windows color (decimal): -4977284 or 8129972. OLE color: 8129972.
HSL color Cylindrical-coordinate representation of color #B40D7C: hue angle of 320.12º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40D7C is Cyan = 0, Magento = 0.93, Yellow = 0.31 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 124 | - |
| CMYK | 0 | 0.93 | 0.31 | 0.29 |
| HSL | 320.12º | 0.87% | 0.38% | - |
| HSV(B) | 320.12º | 0.93% | 0.71% | - |
| XYZ | 22.6 | 11.45 | 20.09 | - |
| YUV | 75.59 | 155.33 | 202.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 124 | 0 | 0.93 | 0.31 | 0.29 | 320.12 | 0.87 | 0.38 |
| Hex | B4 | D | 7C | 0 | 5D | 1F | 1D | 140 | 57 | 26 |
| Octal | 264 | 15 | 174 | 0 | 135 | 37 | 35 | 500 | 127 | 46 |
| Binary | 10110100 | 1101 | 1111100 | 0 | 1011101 | 11111 | 11101 | 101000000 | 1010111 | 100110 |
Color Harmonies of #B40D7C
Complementary color
Monochromatic Colors of #B40D7C
Black with #B40D7C
Text Example
Text Example
White with #B40D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40D7C; }
p { color: rgb(180,13,124); }
H1.HeaderClassName
{
color: #B40D7C;
}
.AnyTagClassName
{
color: #B40D7C;
}
</style>
background-color css
<style>
a { background-color: #B40D7C; }
a { background-color: rgb(180,13,124); }
div.DivClassName
{
background-color: #B40D7C;
}
.BgClassName
{
background-color: #B40D7C;
}
</style>
border-color css
<style>
span { border-color: #B40D7C; }
span { border-color: rgb(180,13,124); }
td.TdClassName
{
border-color: #B40D7C;
}
.TagClassName
{
border-color: #B40D7C;
}
</style>