Shades of Medium Violet Red #B40776
Tints of Medium Violet Red #B40776
RGB
CMYK
RGB Variations
Color information
#B40776 (or 0xB40776) is known color: Medium Violet Red. HEX triplet: B4, 07 and 76. RGB value is (180,7,118). Sum of RGB (Red+Green+Blue) = 180+7+118=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 118 (46.48% from 255 or 38.69% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B40776 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40776 is #4BF889. Grayscale: #474747. Windows color (decimal): -4978826 or 7735220. OLE color: 7735220.
HSL color Cylindrical-coordinate representation of color #B40776: hue angle of 321.5º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B40776 is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 118 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.29 |
| HSL | 321.5º | 0.93% | 0.37% | - |
| HSV(B) | 321.5º | 0.96% | 0.71% | - |
| XYZ | 22.17 | 11.16 | 18.13 | - |
| YUV | 71.38 | 154.31 | 205.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 118 | 0 | 0.96 | 0.34 | 0.29 | 321.5 | 0.93 | 0.37 |
| Hex | B4 | 7 | 76 | 0 | 60 | 22 | 1D | 142 | 5D | 25 |
| Octal | 264 | 7 | 166 | 0 | 140 | 42 | 35 | 502 | 135 | 45 |
| Binary | 10110100 | 111 | 1110110 | 0 | 1100000 | 100010 | 11101 | 101000010 | 1011101 | 100101 |
Color Harmonies of #B40776
Complementary color
Monochromatic Colors of #B40776
Black with #B40776
Text Example
Text Example
White with #B40776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40776; }
p { color: rgb(180,7,118); }
H1.HeaderClassName
{
color: #B40776;
}
.AnyTagClassName
{
color: #B40776;
}
</style>
background-color css
<style>
a { background-color: #B40776; }
a { background-color: rgb(180,7,118); }
div.DivClassName
{
background-color: #B40776;
}
.BgClassName
{
background-color: #B40776;
}
</style>
border-color css
<style>
span { border-color: #B40776; }
span { border-color: rgb(180,7,118); }
td.TdClassName
{
border-color: #B40776;
}
.TagClassName
{
border-color: #B40776;
}
</style>