Shades of Medium Violet Red #B7079E
Tints of Medium Violet Red #B7079E
RGB
CMYK
RGB Variations
Color information
#B7079E (or 0xB7079E) is known color: Medium Violet Red. HEX triplet: B7, 07 and 9E. RGB value is (183,7,158). Sum of RGB (Red+Green+Blue) = 183+7+158=348 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.59% from 348); Green value is 7 (3.12% from 255 or 2.01% from 348); Blue value is 158 (62.11% from 255 or 45.40% from 348); Max value from RGB is 183 - color contains mainly: red. Hex color #B7079E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7079E is #48F861. Grayscale: #4C4C4C. Windows color (decimal): -4782178 or 10356663. OLE color: 10356663.
HSL color Cylindrical-coordinate representation of color #B7079E: hue angle of 308.52º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B7079E is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 158 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.28 |
| HSL | 308.52º | 0.93% | 0.37% | - |
| HSV(B) | 308.52º | 0.96% | 0.72% | - |
| XYZ | 25.78 | 12.69 | 33.44 | - |
| YUV | 76.84 | 173.81 | 203.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 158 | 0 | 0.96 | 0.14 | 0.28 | 308.52 | 0.93 | 0.37 |
| Hex | B7 | 7 | 9E | 0 | 60 | E | 1C | 135 | 5D | 25 |
| Octal | 267 | 7 | 236 | 0 | 140 | 16 | 34 | 465 | 135 | 45 |
| Binary | 10110111 | 111 | 10011110 | 0 | 1100000 | 1110 | 11100 | 100110101 | 1011101 | 100101 |
Color Harmonies of #B7079E
Complementary color
Monochromatic Colors of #B7079E
Black with #B7079E
Text Example
Text Example
White with #B7079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7079E; }
p { color: rgb(183,7,158); }
H1.HeaderClassName
{
color: #B7079E;
}
.AnyTagClassName
{
color: #B7079E;
}
</style>
background-color css
<style>
a { background-color: #B7079E; }
a { background-color: rgb(183,7,158); }
div.DivClassName
{
background-color: #B7079E;
}
.BgClassName
{
background-color: #B7079E;
}
</style>
border-color css
<style>
span { border-color: #B7079E; }
span { border-color: rgb(183,7,158); }
td.TdClassName
{
border-color: #B7079E;
}
.TagClassName
{
border-color: #B7079E;
}
</style>