Shades of Medium Violet Red #B2079E
Tints of Medium Violet Red #B2079E
RGB
CMYK
RGB Variations
Color information
#B2079E (or 0xB2079E) is known color: Medium Violet Red. HEX triplet: B2, 07 and 9E. RGB value is (178,7,158). Sum of RGB (Red+Green+Blue) = 178+7+158=343 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.90% from 343); Green value is 7 (3.12% from 255 or 2.04% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 178 - color contains mainly: red. Hex color #B2079E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2079E is #4DF861. Grayscale: #4A4A4A. Windows color (decimal): -5109858 or 10356658. OLE color: 10356658.
HSL color Cylindrical-coordinate representation of color #B2079E: hue angle of 307.02º 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 #B2079E is Cyan = 0, Magento = 0.96, Yellow = 0.11 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 158 | - |
| CMYK | 0 | 0.96 | 0.11 | 0.30 |
| HSL | 307.02º | 0.92% | 0.36% | - |
| HSV(B) | 307.02º | 0.96% | 0.7% | - |
| XYZ | 24.61 | 12.09 | 33.38 | - |
| YUV | 75.34 | 174.65 | 201.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 158 | 0 | 0.96 | 0.11 | 0.30 | 307.02 | 0.92 | 0.36 |
| Hex | B2 | 7 | 9E | 0 | 60 | B | 1E | 133 | 5C | 24 |
| Octal | 262 | 7 | 236 | 0 | 140 | 13 | 36 | 463 | 134 | 44 |
| Binary | 10110010 | 111 | 10011110 | 0 | 1100000 | 1011 | 11110 | 100110011 | 1011100 | 100100 |
Color Harmonies of #B2079E
Complementary color
Monochromatic Colors of #B2079E
Black with #B2079E
Text Example
Text Example
White with #B2079E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2079E; }
p { color: rgb(178,7,158); }
H1.HeaderClassName
{
color: #B2079E;
}
.AnyTagClassName
{
color: #B2079E;
}
</style>
background-color css
<style>
a { background-color: #B2079E; }
a { background-color: rgb(178,7,158); }
div.DivClassName
{
background-color: #B2079E;
}
.BgClassName
{
background-color: #B2079E;
}
</style>
border-color css
<style>
span { border-color: #B2079E; }
span { border-color: rgb(178,7,158); }
td.TdClassName
{
border-color: #B2079E;
}
.TagClassName
{
border-color: #B2079E;
}
</style>