Shades of Medium Violet Red #B2079C
Tints of Medium Violet Red #B2079C
RGB
CMYK
RGB Variations
Color information
#B2079C (or 0xB2079C) is known color: Medium Violet Red. HEX triplet: B2, 07 and 9C. RGB value is (178,7,156). Sum of RGB (Red+Green+Blue) = 178+7+156=341 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.20% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 156 (61.33% from 255 or 45.75% from 341); Max value from RGB is 178 - color contains mainly: red. Hex color #B2079C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2079C is #4DF863. Grayscale: #4A4A4A. Windows color (decimal): -5109860 or 10225586. OLE color: 10225586.
HSL color Cylindrical-coordinate representation of color #B2079C: hue angle of 307.72º 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 #B2079C is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 156 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.30 |
| HSL | 307.72º | 0.92% | 0.36% | - |
| HSV(B) | 307.72º | 0.96% | 0.7% | - |
| XYZ | 24.44 | 12.02 | 32.48 | - |
| YUV | 75.12 | 173.65 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 156 | 0 | 0.96 | 0.12 | 0.30 | 307.72 | 0.92 | 0.36 |
| Hex | B2 | 7 | 9C | 0 | 60 | C | 1E | 134 | 5C | 24 |
| Octal | 262 | 7 | 234 | 0 | 140 | 14 | 36 | 464 | 134 | 44 |
| Binary | 10110010 | 111 | 10011100 | 0 | 1100000 | 1100 | 11110 | 100110100 | 1011100 | 100100 |
Color Harmonies of #B2079C
Complementary color
Monochromatic Colors of #B2079C
Black with #B2079C
Text Example
Text Example
White with #B2079C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2079C; }
p { color: rgb(178,7,156); }
H1.HeaderClassName
{
color: #B2079C;
}
.AnyTagClassName
{
color: #B2079C;
}
</style>
background-color css
<style>
a { background-color: #B2079C; }
a { background-color: rgb(178,7,156); }
div.DivClassName
{
background-color: #B2079C;
}
.BgClassName
{
background-color: #B2079C;
}
</style>
border-color css
<style>
span { border-color: #B2079C; }
span { border-color: rgb(178,7,156); }
td.TdClassName
{
border-color: #B2079C;
}
.TagClassName
{
border-color: #B2079C;
}
</style>