Console.BackgroundColor only changes the background color behind characters, not the entire console window. This should be changed to where the entire console window background is magenta. See Microsoft Docs (to change the background color of the console window as a whole, set the BackgroundColor property and call the Clear method.
Console.BackgroundColor only changes the background color behind characters, not the entire console window. This should be changed to where the entire console window background is magenta. See Microsoft Docs (to change the background color of the console window as a whole, set the BackgroundColor property and call the Clear method.