Shades of Medium Violet Red #B2078B
Tints of Medium Violet Red #B2078B
RGB
CMYK
RGB Variations
Color information
#B2078B (or 0xB2078B) is known color: Medium Violet Red. HEX triplet: B2, 07 and 8B. RGB value is (178,7,139). Sum of RGB (Red+Green+Blue) = 178+7+139=324 (42% of max value = 765). Red value is 178 (69.92% from 255 or 54.94% from 324); Green value is 7 (3.12% from 255 or 2.16% from 324); Blue value is 139 (54.69% from 255 or 42.90% from 324); Max value from RGB is 178 - color contains mainly: red. Hex color #B2078B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B2078B is #4DF874. Grayscale: #484848. Windows color (decimal): -5109877 or 9111474. OLE color: 9111474.
HSL color Cylindrical-coordinate representation of color #B2078B: hue angle of 313.68º 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 #B2078B is Cyan = 0, Magento = 0.96, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 139 | - |
| CMYK | 0 | 0.96 | 0.22 | 0.30 |
| HSL | 313.68º | 0.92% | 0.36% | - |
| HSV(B) | 313.68º | 0.96% | 0.7% | - |
| XYZ | 23.1 | 11.48 | 25.42 | - |
| YUV | 73.18 | 165.15 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 139 | 0 | 0.96 | 0.22 | 0.30 | 313.68 | 0.92 | 0.36 |
| Hex | B2 | 7 | 8B | 0 | 60 | 16 | 1E | 13A | 5C | 24 |
| Octal | 262 | 7 | 213 | 0 | 140 | 26 | 36 | 472 | 134 | 44 |
| Binary | 10110010 | 111 | 10001011 | 0 | 1100000 | 10110 | 11110 | 100111010 | 1011100 | 100100 |
Color Harmonies of #B2078B
Complementary color
Monochromatic Colors of #B2078B
Black with #B2078B
Text Example
Text Example
White with #B2078B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2078B; }
p { color: rgb(178,7,139); }
H1.HeaderClassName
{
color: #B2078B;
}
.AnyTagClassName
{
color: #B2078B;
}
</style>
background-color css
<style>
a { background-color: #B2078B; }
a { background-color: rgb(178,7,139); }
div.DivClassName
{
background-color: #B2078B;
}
.BgClassName
{
background-color: #B2078B;
}
</style>
border-color css
<style>
span { border-color: #B2078B; }
span { border-color: rgb(178,7,139); }
td.TdClassName
{
border-color: #B2078B;
}
.TagClassName
{
border-color: #B2078B;
}
</style>