Suppose we have N different colors bins. Each bin can only hold B balls. Suppose we have N*B balls such that for each bin n we have B balls of the same color as this bin. Therefore in total we have N*B balls.
What is the probability that for a given bin I it contains a ball the same color as itself?
I got B/N*B = 1/N.
Hint: First distribute the balls of color $A$, and then distribute the remaining balls. (This is exactly the same (probabilistically) as uniformly distributing all the balls at once).
The probability that bin $A$ \emph{does not} have a ball of color $A$ is the probability that all $A$ balls are distributed into the remaining $N-1$ bins. What is this probability?