Shades of Medium Violet Red #B20778
Tints of Medium Violet Red #B20778
RGB
CMYK
RGB Variations
Color information
#B20778 (or 0xB20778) is known color: Medium Violet Red. HEX triplet: B2, 07 and 78. RGB value is (178,7,120). Sum of RGB (Red+Green+Blue) = 178+7+120=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B20778 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20778 is #4DF887. Grayscale: #464646. Windows color (decimal): -5109896 or 7866290. OLE color: 7866290.
HSL color Cylindrical-coordinate representation of color #B20778: hue angle of 320.35º 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 #B20778 is Cyan = 0, Magento = 0.96, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 7 | 120 | - |
| CMYK | 0 | 0.96 | 0.33 | 0.30 |
| HSL | 320.35º | 0.92% | 0.36% | - |
| HSV(B) | 320.35º | 0.96% | 0.7% | - |
| XYZ | 21.83 | 10.97 | 18.74 | - |
| YUV | 71.01 | 155.65 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 7 | 120 | 0 | 0.96 | 0.33 | 0.30 | 320.35 | 0.92 | 0.36 |
| Hex | B2 | 7 | 78 | 0 | 60 | 21 | 1E | 140 | 5C | 24 |
| Octal | 262 | 7 | 170 | 0 | 140 | 41 | 36 | 500 | 134 | 44 |
| Binary | 10110010 | 111 | 1111000 | 0 | 1100000 | 100001 | 11110 | 101000000 | 1011100 | 100100 |
Color Harmonies of #B20778
Complementary color
Monochromatic Colors of #B20778
Black with #B20778
Text Example
Text Example
White with #B20778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B20778; }
p { color: rgb(178,7,120); }
H1.HeaderClassName
{
color: #B20778;
}
.AnyTagClassName
{
color: #B20778;
}
</style>
background-color css
<style>
a { background-color: #B20778; }
a { background-color: rgb(178,7,120); }
div.DivClassName
{
background-color: #B20778;
}
.BgClassName
{
background-color: #B20778;
}
</style>
border-color css
<style>
span { border-color: #B20778; }
span { border-color: rgb(178,7,120); }
td.TdClassName
{
border-color: #B20778;
}
.TagClassName
{
border-color: #B20778;
}
</style>