Shades of Medium Violet Red #B2079F
Tints of Medium Violet Red #B2079F
RGB
CMYK
RGB Variations
Color information
#B2079F (or 0xB2079F) is known color: Medium Violet Red. HEX triplet: B2, 07 and 9F. RGB value is (178,7,159). Sum of RGB (Red+Green+Blue) = 178+7+159=344 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.74% from 344); Green value is 7 (3.12% from 255 or 2.03% from 344); Blue value is 159 (62.5% from 255 or 46.22% from 344); Max value from RGB is 178 - color contains mainly: red. Hex color #B2079F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2079F is #4DF860. Grayscale: #4B4B4B. Windows color (decimal): -5109857 or 10422194. OLE color: 10422194.
HSL color Cylindrical-coordinate representation of color #B2079F: hue angle of 306.67º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2079F is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 159 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.30 |
| HSL | 306.67º | 0.92% | 0.36% | - |
| HSV(B) | 306.67º | 0.96% | 0.7% | - |
| XYZ | 24.69 | 12.12 | 33.84 | - |
| YUV | 75.46 | 175.15 | 201.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 159 | 0 | 0.96 | 0.11 | 0.30 | 306.67 | 0.92 | 0.36 |
| Hex | B2 | 7 | 9F | 0 | 60 | B | 1E | 133 | 5C | 24 |
| Octal | 262 | 7 | 237 | 0 | 140 | 13 | 36 | 463 | 134 | 44 |
| Binary | 10110010 | 111 | 10011111 | 0 | 1100000 | 1011 | 11110 | 100110011 | 1011100 | 100100 |
Color Harmonies of #B2079F
Complementary color
Monochromatic Colors of #B2079F
Black with #B2079F
Text Example
Text Example
White with #B2079F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2079F; }
p { color: rgb(178,7,159); }
H1.HeaderClassName
{
color: #B2079F;
}
.AnyTagClassName
{
color: #B2079F;
}
</style>
background-color css
<style>
a { background-color: #B2079F; }
a { background-color: rgb(178,7,159); }
div.DivClassName
{
background-color: #B2079F;
}
.BgClassName
{
background-color: #B2079F;
}
</style>
border-color css
<style>
span { border-color: #B2079F; }
span { border-color: rgb(178,7,159); }
td.TdClassName
{
border-color: #B2079F;
}
.TagClassName
{
border-color: #B2079F;
}
</style>