Shades of Medium Violet Red #B2077A
Tints of Medium Violet Red #B2077A
RGB
CMYK
RGB Variations
Color information
#B2077A (or 0xB2077A) is known color: Medium Violet Red. HEX triplet: B2, 07 and 7A. RGB value is (178,7,122). Sum of RGB (Red+Green+Blue) = 178+7+122=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 7 (3.12% from 255 or 2.28% from 307); Blue value is 122 (48.05% from 255 or 39.74% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B2077A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2077A is #4DF885. Grayscale: #464646. Windows color (decimal): -5109894 or 7997362. OLE color: 7997362.
HSL color Cylindrical-coordinate representation of color #B2077A: hue angle of 319.65º 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 #B2077A is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 122 | - |
| CMYK | 0 | 0.96 | 0.31 | 0.30 |
| HSL | 319.65º | 0.92% | 0.36% | - |
| HSV(B) | 319.65º | 0.96% | 0.7% | - |
| XYZ | 21.95 | 11.02 | 19.38 | - |
| YUV | 71.24 | 156.65 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 122 | 0 | 0.96 | 0.31 | 0.30 | 319.65 | 0.92 | 0.36 |
| Hex | B2 | 7 | 7A | 0 | 60 | 1F | 1E | 140 | 5C | 24 |
| Octal | 262 | 7 | 172 | 0 | 140 | 37 | 36 | 500 | 134 | 44 |
| Binary | 10110010 | 111 | 1111010 | 0 | 1100000 | 11111 | 11110 | 101000000 | 1011100 | 100100 |
Color Harmonies of #B2077A
Complementary color
Monochromatic Colors of #B2077A
Black with #B2077A
Text Example
Text Example
White with #B2077A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2077A; }
p { color: rgb(178,7,122); }
H1.HeaderClassName
{
color: #B2077A;
}
.AnyTagClassName
{
color: #B2077A;
}
</style>
background-color css
<style>
a { background-color: #B2077A; }
a { background-color: rgb(178,7,122); }
div.DivClassName
{
background-color: #B2077A;
}
.BgClassName
{
background-color: #B2077A;
}
</style>
border-color css
<style>
span { border-color: #B2077A; }
span { border-color: rgb(178,7,122); }
td.TdClassName
{
border-color: #B2077A;
}
.TagClassName
{
border-color: #B2077A;
}
</style>