Shades of Medium Violet Red #B4079C
Tints of Medium Violet Red #B4079C
RGB
CMYK
RGB Variations
Color information
#B4079C (or 0xB4079C) is known color: Medium Violet Red. HEX triplet: B4, 07 and 9C. RGB value is (180,7,156). Sum of RGB (Red+Green+Blue) = 180+7+156=343 (45% of max value = 765). Red value is 180 (70.70% from 255 or 52.48% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 156 (61.33% from 255 or 45.48% from 343); Max value from RGB is 180 - color contains mainly: red. Hex color #B4079C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B4079C is #4BF863. Grayscale: #4B4B4B. Windows color (decimal): -4978788 or 10225588. OLE color: 10225588.
HSL color Cylindrical-coordinate representation of color #B4079C: hue angle of 308.32º 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 #B4079C is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.29 |
| HSL | 308.32º | 0.93% | 0.37% | - |
| HSV(B) | 308.32º | 0.96% | 0.71% | - |
| XYZ | 24.9 | 12.26 | 32.51 | - |
| YUV | 75.71 | 173.31 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 7 | 156 | 0 | 0.96 | 0.13 | 0.29 | 308.32 | 0.93 | 0.37 |
| Hex | B4 | 7 | 9C | 0 | 60 | D | 1D | 134 | 5D | 25 |
| Octal | 264 | 7 | 234 | 0 | 140 | 15 | 35 | 464 | 135 | 45 |
| Binary | 10110100 | 111 | 10011100 | 0 | 1100000 | 1101 | 11101 | 100110100 | 1011101 | 100101 |
Color Harmonies of #B4079C
Complementary color
Monochromatic Colors of #B4079C
Black with #B4079C
Text Example
Text Example
White with #B4079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4079C; }
p { color: rgb(180,7,156); }
H1.HeaderClassName
{
color: #B4079C;
}
.AnyTagClassName
{
color: #B4079C;
}
</style>
background-color css
<style>
a { background-color: #B4079C; }
a { background-color: rgb(180,7,156); }
div.DivClassName
{
background-color: #B4079C;
}
.BgClassName
{
background-color: #B4079C;
}
</style>
border-color css
<style>
span { border-color: #B4079C; }
span { border-color: rgb(180,7,156); }
td.TdClassName
{
border-color: #B4079C;
}
.TagClassName
{
border-color: #B4079C;
}
</style>