HSBToRGB
Converts a HSB color tuple to RGB format.
- Use the HSB to RGB conversion formula to convert to the appropriate format.
- The range of the input parameters is H: [0, 360], S: [0, 100], B: [0, 100].
- The range of all output values is [0, 255].
Converts a HSB color tuple to RGB format.