Shades of Medium Violet Red #B7079F
Tints of Medium Violet Red #B7079F
RGB
CMYK
RGB Variations
Color information
#B7079F (or 0xB7079F) is known color: Medium Violet Red. HEX triplet: B7, 07 and 9F. RGB value is (183,7,159). Sum of RGB (Red+Green+Blue) = 183+7+159=349 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.44% from 349); Green value is 7 (3.12% from 255 or 2.01% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 183 - color contains mainly: red. Hex color #B7079F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B7079F is #48F860. Grayscale: #4C4C4C. Windows color (decimal): -4782177 or 10422199. OLE color: 10422199.
HSL color Cylindrical-coordinate representation of color #B7079F: hue angle of 308.18º 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 #B7079F is Cyan = 0, Magento = 0.96, Yellow = 0.13 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.13 | 0.28 |
| HSL | 308.18º | 0.93% | 0.37% | - |
| HSV(B) | 308.18º | 0.96% | 0.72% | - |
| XYZ | 25.86 | 12.72 | 33.89 | - |
| YUV | 76.95 | 174.31 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 7 | 159 | 0 | 0.96 | 0.13 | 0.28 | 308.18 | 0.93 | 0.37 |
| Hex | B7 | 7 | 9F | 0 | 60 | D | 1C | 134 | 5D | 25 |
| Octal | 267 | 7 | 237 | 0 | 140 | 15 | 34 | 464 | 135 | 45 |
| Binary | 10110111 | 111 | 10011111 | 0 | 1100000 | 1101 | 11100 | 100110100 | 1011101 | 100101 |
Color Harmonies of #B7079F
Complementary color
Monochromatic Colors of #B7079F
Black with #B7079F
Text Example
Text Example
White with #B7079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7079F; }
p { color: rgb(183,7,159); }
H1.HeaderClassName
{
color: #B7079F;
}
.AnyTagClassName
{
color: #B7079F;
}
</style>
background-color css
<style>
a { background-color: #B7079F; }
a { background-color: rgb(183,7,159); }
div.DivClassName
{
background-color: #B7079F;
}
.BgClassName
{
background-color: #B7079F;
}
</style>
border-color css
<style>
span { border-color: #B7079F; }
span { border-color: rgb(183,7,159); }
td.TdClassName
{
border-color: #B7079F;
}
.TagClassName
{
border-color: #B7079F;
}
</style>