Shades of Medium Violet Red #B10778
Tints of Medium Violet Red #B10778
RGB
CMYK
RGB Variations
Color information
#B10778 (or 0xB10778) is known color: Medium Violet Red. HEX triplet: B1, 07 and 78. RGB value is (177,7,120). Sum of RGB (Red+Green+Blue) = 177+7+120=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 120 (47.27% from 255 or 39.47% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B10778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10778 is #4EF887. Grayscale: #464646. Windows color (decimal): -5175432 or 7866289. OLE color: 7866289.
HSL color Cylindrical-coordinate representation of color #B10778: hue angle of 320.12º 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 #B10778 is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 120 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.31 |
| HSL | 320.12º | 0.92% | 0.36% | - |
| HSV(B) | 320.12º | 0.96% | 0.69% | - |
| XYZ | 21.6 | 10.86 | 18.73 | - |
| YUV | 70.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 120 | 0 | 0.96 | 0.32 | 0.31 | 320.12 | 0.92 | 0.36 |
| Hex | B1 | 7 | 78 | 0 | 60 | 20 | 1F | 140 | 5C | 24 |
| Octal | 261 | 7 | 170 | 0 | 140 | 40 | 37 | 500 | 134 | 44 |
| Binary | 10110001 | 111 | 1111000 | 0 | 1100000 | 100000 | 11111 | 101000000 | 1011100 | 100100 |
Color Harmonies of #B10778
Complementary color
Monochromatic Colors of #B10778
Black with #B10778
Text Example
Text Example
White with #B10778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B10778; }
p { color: rgb(177,7,120); }
H1.HeaderClassName
{
color: #B10778;
}
.AnyTagClassName
{
color: #B10778;
}
</style>
background-color css
<style>
a { background-color: #B10778; }
a { background-color: rgb(177,7,120); }
div.DivClassName
{
background-color: #B10778;
}
.BgClassName
{
background-color: #B10778;
}
</style>
border-color css
<style>
span { border-color: #B10778; }
span { border-color: rgb(177,7,120); }
td.TdClassName
{
border-color: #B10778;
}
.TagClassName
{
border-color: #B10778;
}
</style>