Shades of Medium Violet Red #B2077E
Tints of Medium Violet Red #B2077E
RGB
CMYK
RGB Variations
Color information
#B2077E (or 0xB2077E) is known color: Medium Violet Red. HEX triplet: B2, 07 and 7E. RGB value is (178,7,126). Sum of RGB (Red+Green+Blue) = 178+7+126=311 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.23% from 311); Green value is 7 (3.12% from 255 or 2.25% from 311); Blue value is 126 (49.61% from 255 or 40.51% from 311); Max value from RGB is 178 - color contains mainly: red. Hex color #B2077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2077E is #4DF881. Grayscale: #474747. Windows color (decimal): -5109890 or 8259506. OLE color: 8259506.
HSL color Cylindrical-coordinate representation of color #B2077E: hue angle of 318.25º 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 #B2077E is Cyan = 0, Magento = 0.96, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 126 | - |
| CMYK | 0 | 0.96 | 0.29 | 0.30 |
| HSL | 318.25º | 0.92% | 0.36% | - |
| HSV(B) | 318.25º | 0.96% | 0.7% | - |
| XYZ | 22.2 | 11.12 | 20.72 | - |
| YUV | 71.7 | 158.65 | 203.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 126 | 0 | 0.96 | 0.29 | 0.30 | 318.25 | 0.92 | 0.36 |
| Hex | B2 | 7 | 7E | 0 | 60 | 1D | 1E | 13E | 5C | 24 |
| Octal | 262 | 7 | 176 | 0 | 140 | 35 | 36 | 476 | 134 | 44 |
| Binary | 10110010 | 111 | 1111110 | 0 | 1100000 | 11101 | 11110 | 100111110 | 1011100 | 100100 |
Color Harmonies of #B2077E
Complementary color
Monochromatic Colors of #B2077E
Black with #B2077E
Text Example
Text Example
White with #B2077E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2077E; }
p { color: rgb(178,7,126); }
H1.HeaderClassName
{
color: #B2077E;
}
.AnyTagClassName
{
color: #B2077E;
}
</style>
background-color css
<style>
a { background-color: #B2077E; }
a { background-color: rgb(178,7,126); }
div.DivClassName
{
background-color: #B2077E;
}
.BgClassName
{
background-color: #B2077E;
}
</style>
border-color css
<style>
span { border-color: #B2077E; }
span { border-color: rgb(178,7,126); }
td.TdClassName
{
border-color: #B2077E;
}
.TagClassName
{
border-color: #B2077E;
}
</style>