Concept:Hexadecimal digits from A to F represent decimal values 10 to 15 in order.Explanation:In the hexadecimal number system, the letters are assigned as:A=10B=11C=12D=13E=14F=15So B, D, and E correspond to 11, 13, and 14 respectively.Answer:Option B: 11, 13, 14 respectively.