Shades of Medium Violet Red #B1077F
Tints of Medium Violet Red #B1077F
RGB
CMYK
RGB Variations
Color information
#B1077F (or 0xB1077F) is known color: Medium Violet Red. HEX triplet: B1, 07 and 7F. RGB value is (177,7,127). Sum of RGB (Red+Green+Blue) = 177+7+127=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B1077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1077F is #4EF880. Grayscale: #474747. Windows color (decimal): -5175425 or 8325041. OLE color: 8325041.
HSL color Cylindrical-coordinate representation of color #B1077F: hue angle of 317.65º 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 #B1077F is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 7 | 127 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.31 |
| HSL | 317.65º | 0.92% | 0.36% | - |
| HSV(B) | 317.65º | 0.96% | 0.69% | - |
| XYZ | 22.04 | 11.03 | 21.05 | - |
| YUV | 71.51 | 159.32 | 203.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 7 | 127 | 0 | 0.96 | 0.28 | 0.31 | 317.65 | 0.92 | 0.36 |
| Hex | B1 | 7 | 7F | 0 | 60 | 1C | 1F | 13E | 5C | 24 |
| Octal | 261 | 7 | 177 | 0 | 140 | 34 | 37 | 476 | 134 | 44 |
| Binary | 10110001 | 111 | 1111111 | 0 | 1100000 | 11100 | 11111 | 100111110 | 1011100 | 100100 |
Color Harmonies of #B1077F
Complementary color
Monochromatic Colors of #B1077F
Black with #B1077F
Text Example
Text Example
White with #B1077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1077F; }
p { color: rgb(177,7,127); }
H1.HeaderClassName
{
color: #B1077F;
}
.AnyTagClassName
{
color: #B1077F;
}
</style>
background-color css
<style>
a { background-color: #B1077F; }
a { background-color: rgb(177,7,127); }
div.DivClassName
{
background-color: #B1077F;
}
.BgClassName
{
background-color: #B1077F;
}
</style>
border-color css
<style>
span { border-color: #B1077F; }
span { border-color: rgb(177,7,127); }
td.TdClassName
{
border-color: #B1077F;
}
.TagClassName
{
border-color: #B1077F;
}
</style>