Shades of Medium Violet Red #B4077B
Tints of Medium Violet Red #B4077B
RGB
CMYK
RGB Variations
Color information
#B4077B (or 0xB4077B) is known color: Medium Violet Red. HEX triplet: B4, 07 and 7B. RGB value is (180,7,123). Sum of RGB (Red+Green+Blue) = 180+7+123=310 (41% of max value = 765). Red value is 180 (70.70% from 255 or 58.06% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 180 - color contains mainly: red. Hex color #B4077B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4077B is #4BF884. Grayscale: #474747. Windows color (decimal): -4978821 or 8062900. OLE color: 8062900.
HSL color Cylindrical-coordinate representation of color #B4077B: hue angle of 319.77º 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 #B4077B is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 123 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.29 |
| HSL | 319.77º | 0.93% | 0.37% | - |
| HSV(B) | 319.77º | 0.96% | 0.71% | - |
| XYZ | 22.47 | 11.29 | 19.73 | - |
| YUV | 71.95 | 156.81 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 123 | 0 | 0.96 | 0.32 | 0.29 | 319.77 | 0.93 | 0.37 |
| Hex | B4 | 7 | 7B | 0 | 60 | 20 | 1D | 140 | 5D | 25 |
| Octal | 264 | 7 | 173 | 0 | 140 | 40 | 35 | 500 | 135 | 45 |
| Binary | 10110100 | 111 | 1111011 | 0 | 1100000 | 100000 | 11101 | 101000000 | 1011101 | 100101 |
Color Harmonies of #B4077B
Complementary color
Monochromatic Colors of #B4077B
Black with #B4077B
Text Example
Text Example
White with #B4077B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4077B; }
p { color: rgb(180,7,123); }
H1.HeaderClassName
{
color: #B4077B;
}
.AnyTagClassName
{
color: #B4077B;
}
</style>
background-color css
<style>
a { background-color: #B4077B; }
a { background-color: rgb(180,7,123); }
div.DivClassName
{
background-color: #B4077B;
}
.BgClassName
{
background-color: #B4077B;
}
</style>
border-color css
<style>
span { border-color: #B4077B; }
span { border-color: rgb(180,7,123); }
td.TdClassName
{
border-color: #B4077B;
}
.TagClassName
{
border-color: #B4077B;
}
</style>