Shades of Medium Violet Red #B40C7A
Tints of Medium Violet Red #B40C7A
RGB
CMYK
RGB Variations
Color information
#B40C7A (or 0xB40C7A) is known color: Medium Violet Red. HEX triplet: B4, 0C and 7A. RGB value is (180,12,122). Sum of RGB (Red+Green+Blue) = 180+12+122=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 122 (48.05% from 255 or 38.85% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C7A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C7A is #4BF385. Grayscale: #4A4A4A. Windows color (decimal): -4977542 or 7998644. OLE color: 7998644.
HSL color Cylindrical-coordinate representation of color #B40C7A: hue angle of 320.71º degrees, saturation: 0.88, 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 #B40C7A is Cyan = 0, Magento = 0.93, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 122 | - |
| CMYK | 0 | 0.93 | 0.32 | 0.29 |
| HSL | 320.71º | 0.88% | 0.38% | - |
| HSV(B) | 320.71º | 0.93% | 0.71% | - |
| XYZ | 22.47 | 11.37 | 19.42 | - |
| YUV | 74.77 | 154.66 | 203.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 122 | 0 | 0.93 | 0.32 | 0.29 | 320.71 | 0.88 | 0.38 |
| Hex | B4 | C | 7A | 0 | 5D | 20 | 1D | 141 | 58 | 26 |
| Octal | 264 | 14 | 172 | 0 | 135 | 40 | 35 | 501 | 130 | 46 |
| Binary | 10110100 | 1100 | 1111010 | 0 | 1011101 | 100000 | 11101 | 101000001 | 1011000 | 100110 |
Color Harmonies of #B40C7A
Complementary color
Monochromatic Colors of #B40C7A
Black with #B40C7A
Text Example
Text Example
White with #B40C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C7A; }
p { color: rgb(180,12,122); }
H1.HeaderClassName
{
color: #B40C7A;
}
.AnyTagClassName
{
color: #B40C7A;
}
</style>
background-color css
<style>
a { background-color: #B40C7A; }
a { background-color: rgb(180,12,122); }
div.DivClassName
{
background-color: #B40C7A;
}
.BgClassName
{
background-color: #B40C7A;
}
</style>
border-color css
<style>
span { border-color: #B40C7A; }
span { border-color: rgb(180,12,122); }
td.TdClassName
{
border-color: #B40C7A;
}
.TagClassName
{
border-color: #B40C7A;
}
</style>