Regular Minimal Price:
$_product->getPriceInfo()->getPrice('regular_price')->getMinimalPrice()->getValue();
Regular Maximal Price:
$_product->getPriceInfo()->getPrice('regular_price')->getMaximalPrice()->getValue();
Special Minimal Price:
$_product->getPriceInfo()->getPrice('final_price')->getMinimalPrice()->getValue();
Special Maximal Price:
$_product->getPriceInfo()->getPrice('final_price')->getMaximalPrice()->getValue();