Concept:
Color models are mathematical models used to represent colors in digital imaging, printing, video, and broadcasting.
Step 1: Match RGB.
RGB stands for Red, Green, and Blue. It is an additive color model used in screens and display devices.
\[
A \rightarrow II
\]
Step 2: Match CMY.
CMY stands for Cyan, Magenta, and Yellow. It is a subtractive color model used mainly in printing.
\[
B \rightarrow I
\]
Step 3: Match HSV.
HSV stands for Hue, Saturation, and Value. It represents colors based on these three properties.
\[
C \rightarrow III
\]
Step 4: Match YUV.
YUV separates brightness information from color information and is commonly used in video and broadcasting.
\[
D \rightarrow IV
\]
Therefore, the correct matching is:
\[
A-II,\ B-I,\ C-III,\ D-IV
\]
\[
\therefore \text{Correct Answer is (B)}
\]