Shades of Medium Violet Red #B0077F
Tints of Medium Violet Red #B0077F
RGB
CMYK
RGB Variations
Color information
#B0077F (or 0xB0077F) is known color: Medium Violet Red. HEX triplet: B0, 07 and 7F. RGB value is (176,7,127). Sum of RGB (Red+Green+Blue) = 176+7+127=310 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.77% from 310); Green value is 7 (3.12% from 255 or 2.26% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 176 - color contains mainly: red. Hex color #B0077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0077F is #4FF880. Grayscale: #464646. Windows color (decimal): -5240961 or 8325040. OLE color: 8325040.
HSL color Cylindrical-coordinate representation of color #B0077F: hue angle of 317.4º 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 #B0077F is Cyan = 0, Magento = 0.96, Yellow = 0.28 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 7 | 127 | - |
| CMYK | 0 | 0.96 | 0.28 | 0.31 |
| HSL | 317.4º | 0.92% | 0.36% | - |
| HSV(B) | 317.4º | 0.96% | 0.69% | - |
| XYZ | 21.81 | 10.91 | 21.04 | - |
| YUV | 71.21 | 159.49 | 202.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 7 | 127 | 0 | 0.96 | 0.28 | 0.31 | 317.4 | 0.92 | 0.36 |
| Hex | B0 | 7 | 7F | 0 | 60 | 1C | 1F | 13D | 5C | 24 |
| Octal | 260 | 7 | 177 | 0 | 140 | 34 | 37 | 475 | 134 | 44 |
| Binary | 10110000 | 111 | 1111111 | 0 | 1100000 | 11100 | 11111 | 100111101 | 1011100 | 100100 |
Color Harmonies of #B0077F
Complementary color
Monochromatic Colors of #B0077F
Black with #B0077F
Text Example
Text Example
White with #B0077F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0077F; }
p { color: rgb(176,7,127); }
H1.HeaderClassName
{
color: #B0077F;
}
.AnyTagClassName
{
color: #B0077F;
}
</style>
background-color css
<style>
a { background-color: #B0077F; }
a { background-color: rgb(176,7,127); }
div.DivClassName
{
background-color: #B0077F;
}
.BgClassName
{
background-color: #B0077F;
}
</style>
border-color css
<style>
span { border-color: #B0077F; }
span { border-color: rgb(176,7,127); }
td.TdClassName
{
border-color: #B0077F;
}
.TagClassName
{
border-color: #B0077F;
}
</style>