Shades of Medium Violet Red #B2077C
Tints of Medium Violet Red #B2077C
RGB
CMYK
RGB Variations
Color information
#B2077C (or 0xB2077C) is known color: Medium Violet Red. HEX triplet: B2, 07 and 7C. RGB value is (178,7,124). Sum of RGB (Red+Green+Blue) = 178+7+124=309 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.61% from 309); Green value is 7 (3.12% from 255 or 2.27% from 309); Blue value is 124 (48.83% from 255 or 40.13% from 309); Max value from RGB is 178 - color contains mainly: red. Hex color #B2077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2077C is #4DF883. Grayscale: #474747. Windows color (decimal): -5109892 or 8128434. OLE color: 8128434.
HSL color Cylindrical-coordinate representation of color #B2077C: hue angle of 318.95º 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 #B2077C is Cyan = 0, Magento = 0.96, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 124 | - |
| CMYK | 0 | 0.96 | 0.30 | 0.30 |
| HSL | 318.95º | 0.92% | 0.36% | - |
| HSV(B) | 318.95º | 0.96% | 0.7% | - |
| XYZ | 22.07 | 11.07 | 20.04 | - |
| YUV | 71.47 | 157.65 | 203.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 124 | 0 | 0.96 | 0.30 | 0.30 | 318.95 | 0.92 | 0.36 |
| Hex | B2 | 7 | 7C | 0 | 60 | 1E | 1E | 13F | 5C | 24 |
| Octal | 262 | 7 | 174 | 0 | 140 | 36 | 36 | 477 | 134 | 44 |
| Binary | 10110010 | 111 | 1111100 | 0 | 1100000 | 11110 | 11110 | 100111111 | 1011100 | 100100 |
Color Harmonies of #B2077C
Complementary color
Monochromatic Colors of #B2077C
Black with #B2077C
Text Example
Text Example
White with #B2077C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2077C; }
p { color: rgb(178,7,124); }
H1.HeaderClassName
{
color: #B2077C;
}
.AnyTagClassName
{
color: #B2077C;
}
</style>
background-color css
<style>
a { background-color: #B2077C; }
a { background-color: rgb(178,7,124); }
div.DivClassName
{
background-color: #B2077C;
}
.BgClassName
{
background-color: #B2077C;
}
</style>
border-color css
<style>
span { border-color: #B2077C; }
span { border-color: rgb(178,7,124); }
td.TdClassName
{
border-color: #B2077C;
}
.TagClassName
{
border-color: #B2077C;
}
</style>