Shades of Medium Violet Red #B2079D
Tints of Medium Violet Red #B2079D
RGB
CMYK
RGB Variations
Color information
#B2079D (or 0xB2079D) is known color: Medium Violet Red. HEX triplet: B2, 07 and 9D. RGB value is (178,7,157). Sum of RGB (Red+Green+Blue) = 178+7+157=342 (45% of max value = 765). Red value is 178 (69.92% from 255 or 52.05% from 342); Green value is 7 (3.12% from 255 or 2.05% from 342); Blue value is 157 (61.72% from 255 or 45.91% from 342); Max value from RGB is 178 - color contains mainly: red. Hex color #B2079D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2079D is #4DF862. Grayscale: #4A4A4A. Windows color (decimal): -5109859 or 10291122. OLE color: 10291122.
HSL color Cylindrical-coordinate representation of color #B2079D: hue angle of 307.37º 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 #B2079D is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 157 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.30 |
| HSL | 307.37º | 0.92% | 0.36% | - |
| HSV(B) | 307.37º | 0.96% | 0.7% | - |
| XYZ | 24.52 | 12.05 | 32.93 | - |
| YUV | 75.23 | 174.15 | 201.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 157 | 0 | 0.96 | 0.12 | 0.30 | 307.37 | 0.92 | 0.36 |
| Hex | B2 | 7 | 9D | 0 | 60 | C | 1E | 133 | 5C | 24 |
| Octal | 262 | 7 | 235 | 0 | 140 | 14 | 36 | 463 | 134 | 44 |
| Binary | 10110010 | 111 | 10011101 | 0 | 1100000 | 1100 | 11110 | 100110011 | 1011100 | 100100 |
Color Harmonies of #B2079D
Complementary color
Monochromatic Colors of #B2079D
Black with #B2079D
Text Example
Text Example
White with #B2079D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2079D; }
p { color: rgb(178,7,157); }
H1.HeaderClassName
{
color: #B2079D;
}
.AnyTagClassName
{
color: #B2079D;
}
</style>
background-color css
<style>
a { background-color: #B2079D; }
a { background-color: rgb(178,7,157); }
div.DivClassName
{
background-color: #B2079D;
}
.BgClassName
{
background-color: #B2079D;
}
</style>
border-color css
<style>
span { border-color: #B2079D; }
span { border-color: rgb(178,7,157); }
td.TdClassName
{
border-color: #B2079D;
}
.TagClassName
{
border-color: #B2079D;
}
</style>