Shades of Medium Violet Red #B40C7F
Tints of Medium Violet Red #B40C7F
RGB
CMYK
RGB Variations
Color information
#B40C7F (or 0xB40C7F) is known color: Medium Violet Red. HEX triplet: B4, 0C and 7F. RGB value is (180,12,127). Sum of RGB (Red+Green+Blue) = 180+12+127=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 127 (50% from 255 or 39.81% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B40C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40C7F is #4BF380. Grayscale: #4B4B4B. Windows color (decimal): -4977537 or 8326324. OLE color: 8326324.
HSL color Cylindrical-coordinate representation of color #B40C7F: hue angle of 318.93º 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 #B40C7F is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 12 | 127 | - |
| CMYK | 0 | 0.93 | 0.29 | 0.29 |
| HSL | 318.93º | 0.88% | 0.38% | - |
| HSV(B) | 318.93º | 0.93% | 0.71% | - |
| XYZ | 22.78 | 11.5 | 21.1 | - |
| YUV | 75.34 | 157.16 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 12 | 127 | 0 | 0.93 | 0.29 | 0.29 | 318.93 | 0.88 | 0.38 |
| Hex | B4 | C | 7F | 0 | 5D | 1D | 1D | 13F | 58 | 26 |
| Octal | 264 | 14 | 177 | 0 | 135 | 35 | 35 | 477 | 130 | 46 |
| Binary | 10110100 | 1100 | 1111111 | 0 | 1011101 | 11101 | 11101 | 100111111 | 1011000 | 100110 |
Color Harmonies of #B40C7F
Complementary color
Monochromatic Colors of #B40C7F
Black with #B40C7F
Text Example
Text Example
White with #B40C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40C7F; }
p { color: rgb(180,12,127); }
H1.HeaderClassName
{
color: #B40C7F;
}
.AnyTagClassName
{
color: #B40C7F;
}
</style>
background-color css
<style>
a { background-color: #B40C7F; }
a { background-color: rgb(180,12,127); }
div.DivClassName
{
background-color: #B40C7F;
}
.BgClassName
{
background-color: #B40C7F;
}
</style>
border-color css
<style>
span { border-color: #B40C7F; }
span { border-color: rgb(180,12,127); }
td.TdClassName
{
border-color: #B40C7F;
}
.TagClassName
{
border-color: #B40C7F;
}
</style>