Shades of Medium Violet Red #B40F77
Tints of Medium Violet Red #B40F77
RGB
CMYK
RGB Variations
Color information
#B40F77 (or 0xB40F77) is known color: Medium Violet Red. HEX triplet: B4, 0F and 77. RGB value is (180,15,119). Sum of RGB (Red+Green+Blue) = 180+15+119=314 (41% of max value = 765). Red value is 180 (70.70% from 255 or 57.32% from 314); Green value is 15 (6.25% from 255 or 4.78% from 314); Blue value is 119 (46.88% from 255 or 37.90% from 314); Max value from RGB is 180 - color contains mainly: red. Hex color #B40F77 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40F77 is #4BF088. Grayscale: #4B4B4B. Windows color (decimal): -4976777 or 7802804. OLE color: 7802804.
HSL color Cylindrical-coordinate representation of color #B40F77: hue angle of 322.18º degrees, saturation: 0.85, 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 #B40F77 is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 15 | 119 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.29 |
| HSL | 322.18º | 0.85% | 0.38% | - |
| HSV(B) | 322.18º | 0.92% | 0.71% | - |
| XYZ | 22.32 | 11.38 | 18.47 | - |
| YUV | 76.19 | 152.16 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 15 | 119 | 0 | 0.92 | 0.34 | 0.29 | 322.18 | 0.85 | 0.38 |
| Hex | B4 | F | 77 | 0 | 5C | 22 | 1D | 142 | 55 | 26 |
| Octal | 264 | 17 | 167 | 0 | 134 | 42 | 35 | 502 | 125 | 46 |
| Binary | 10110100 | 1111 | 1110111 | 0 | 1011100 | 100010 | 11101 | 101000010 | 1010101 | 100110 |
Color Harmonies of #B40F77
Complementary color
Monochromatic Colors of #B40F77
Black with #B40F77
Text Example
Text Example
White with #B40F77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40F77; }
p { color: rgb(180,15,119); }
H1.HeaderClassName
{
color: #B40F77;
}
.AnyTagClassName
{
color: #B40F77;
}
</style>
background-color css
<style>
a { background-color: #B40F77; }
a { background-color: rgb(180,15,119); }
div.DivClassName
{
background-color: #B40F77;
}
.BgClassName
{
background-color: #B40F77;
}
</style>
border-color css
<style>
span { border-color: #B40F77; }
span { border-color: rgb(180,15,119); }
td.TdClassName
{
border-color: #B40F77;
}
.TagClassName
{
border-color: #B40F77;
}
</style>