Shades of Medium Violet Red #B10779
Tints of Medium Violet Red #B10779
RGB
CMYK
RGB Variations
Color information
#B10779 (or 0xB10779) is known color: Medium Violet Red. HEX triplet: B1, 07 and 79. RGB value is (177,7,121). Sum of RGB (Red+Green+Blue) = 177+7+121=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B10779 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10779 is #4EF886. Grayscale: #464646. Windows color (decimal): -5175431 or 7931825. OLE color: 7931825.
HSL color Cylindrical-coordinate representation of color #B10779: hue angle of 319.76º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B10779 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 121 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.31 |
| HSL | 319.76º | 0.92% | 0.36% | - |
| HSV(B) | 319.76º | 0.96% | 0.69% | - |
| XYZ | 21.66 | 10.88 | 19.05 | - |
| YUV | 70.83 | 156.32 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 121 | 0 | 0.96 | 0.32 | 0.31 | 319.76 | 0.92 | 0.36 |
| Hex | B1 | 7 | 79 | 0 | 60 | 20 | 1F | 140 | 5C | 24 |
| Octal | 261 | 7 | 171 | 0 | 140 | 40 | 37 | 500 | 134 | 44 |
| Binary | 10110001 | 111 | 1111001 | 0 | 1100000 | 100000 | 11111 | 101000000 | 1011100 | 100100 |
Color Harmonies of #B10779
Complementary color
Monochromatic Colors of #B10779
Black with #B10779
Text Example
Text Example
White with #B10779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10779; }
p { color: rgb(177,7,121); }
H1.HeaderClassName
{
color: #B10779;
}
.AnyTagClassName
{
color: #B10779;
}
</style>
background-color css
<style>
a { background-color: #B10779; }
a { background-color: rgb(177,7,121); }
div.DivClassName
{
background-color: #B10779;
}
.BgClassName
{
background-color: #B10779;
}
</style>
border-color css
<style>
span { border-color: #B10779; }
span { border-color: rgb(177,7,121); }
td.TdClassName
{
border-color: #B10779;
}
.TagClassName
{
border-color: #B10779;
}
</style>