car banner

Hyundai Venue Price in Bangalore

Ex-Showroom Price

₹7.94 - 13.48 Lakh*

On-Road Price

₹10.12 - 17.31 Lakh*

Hyundai Venue Car Specifications

Icon Service Cost 5000/yr*
Icon 1493 kmpl* Mileage

Icon Manual/Automatic
Icon 61 to 88 kW ps (BHP)

Icon 23 kmpl* Mileage
Icon Petrol , Diesel

Icon 2025 Model
Icon 5 seater
Hyundai Venue

Colour:   

Abyss Black

Car Color Car Color Car Color Car Color Car Color Car Color Car Color

Schedule a Test Drive Now

The new Hyundai Venue is where advanced technology meets new age style and incredible connectivity. Set a trend and steal the show wherever you go. Available in 23 variants, the ex-showroom prices range from ₹7.76-13.89 Lakh*.

Variants

Ex-Showroom Price

₹7.94 Lakh.

On-Road Price

₹ 9.89 Lakh.



Fuel Type

Petrol

Engine

1197 cc



BHP

61 kW (83 PS)@6000rpm

Transmission

Manual

Hyundai Venue Specifications

Filter by variant:
Engine Type -
Displacement -
Max Power -
Max Torque -
No of Cyclinder -
Valves Per Cylinder -
Turbo Charger -
Transmission Type -
Fuel Type -
Mileage -
Fuel Tank Capcity -
Emission Norm Compliance -
Front Suspension -
Rear Suspension -
Steering Type -
Front Brake Type -
Rear Brake Type -
Fog Lights Front -
Power Adjustable Exterior Eear View Mirror -
Manually Adjustable Ext.Rear View Mirror -
Wheel Covers -
Electric Folding Rear View Mirror -
Rear Window Wiper -
Rear Window Washer -
Rear Window Defogger -
Alloy Wheels -
Power Antenna -
Rear Spoiler -
Sun Roof -
Moon Roof -
Outside Rear View Mirror Turn Indicators -
Intergrated Antenna -
Chrome Grille -
Dual Tone Body Colour -
Projector Headlamps -
Roof Rail -
Tyre Size -
Tyre Type -
Wheel Size -
LED DRLs -
LED Taillights -
Additional Feature -
Tachometer -
Electronic Multi-Tripmeter -
Leather Seats -
Fabric Upholstery -
Leather Steering Wheel -
Glove Compartment -
Digital Clock -
Electric Adjustable Seats -
Height Adjustable Driver Seat -
Dual Tone Dashboard -
Ventilated Seats -
Additional Feature -
Length -
Width -
Height -
Seating Capcity -
Wheel Base -
No Of Doors -
Anti Lock Braking System -
Central Locking -
Power Door Locks -
Child Safety Locks -
No of Airbags -
Driver Airbag -
Passenger Airbag -
Side Airbag Front -
Day Night Rear View Mirror -
Passenger Side Rear View Mirror -
Rear Seat Belts -
Seat Belt Warning -
Traction Control -
Adjustable Seats -
Tyre Pressure Monitor -
Vehicle Stability Control System -
Engine Immobilizer -
Crash Sensor -
Engine Check Warning -
Automatic Headlamps
EBD -
Electronic Stability Control -
Advance Safety Features -
Follow Me Home Head Lamps -
Rear Camera -
Speed Alert -
Speed Sensing Auto Door Lock -
Hill Assist -
Radio -
Speakers Front -
Speakers Rear -
Integrated 2DIN Audio -
Wireless Phone Charging -
Bluetooth Connectivity -
Touch Screen -
Touch Screen Size -
Connectivity -
No Of Speakers -
Additional Feature -

Features

Trident Hyundai Happy Customers

10K+

Happy Customers

Follow Us on Social Media:

Our Clients Testimonials

Experience the best of Hyundai. Choose your preferred model and test drive at your convenience.

4.5+

Average
Google Reviews

", engine.displacement); $("#newdisplacement").html(engine.displacement + ""); } } }); setInitialActiveIndex(); } function setInitialActiveIndex() { var variantSelect = $('#variant_id'); var selectedOption = $('#variant_id option'); if (activeVariantIndex >= 0 && activeVariantIndex < selectedOption.length) { selectedOption.prop('selected', false); selectedOption.eq(activeVariantIndex).prop('selected', true); variantSelect.val(selectedOption.eq(activeVariantIndex).val()); } } $(document).ready(function() { $(".btn-color").click(function(ev) { $(".btn-color.active").removeClass("active"); $(this).addClass("active"); }); }); $(".dynamic").on('click', function(e) { e.preventDefault(); //$('#engine_transmission_data').find("tr:gt(0)").remove(); var variant_id = $(this).val(); console.log('in---->', variant_id); var url = $("#url").val(); $.ajax({ url: "/api/variant_specification", type: 'GET', data: { variant_id: variant_id }, dataType: 'JSON', success: function(data) { if (data.success) { $("#variant_name").html(data.success.variant_name); //engine and transmission var engine = data.success.engine_transmission; if (engine.engine_type !== "Permanent magnet synchronous motor (PMSM)") { $("#engine_variant_name").html(data.success.variant_name); $("#engine_type").html(engine.engine_type); $("#displacement1").html(engine.displacement + "cc"); $("#max_power").html(engine.max_power); $("#max_torque").html(engine.max_torque); $("#no_of_cyclinder").html(engine.no_of_cyclinder); $("#valves_per_cylinder").html(engine.valves_per_cylinder); $("#valve_configuration").html(engine.valve_configuration); $("#fuel_supply_system").html(engine.fuel_supply_system); $("#turbo_charger").html(engine.turbo_charger); $("#transmission_type").html(engine.transmission_type); $("#gear_box").html(engine.gear_box); } else { $("#engine_variant_name").html(data.success.variant_name); $("#engine_type").html(engine.engine_type); $("#newdisplacement").html(engine.displacement); $("#max_power").html(engine.max_power); $("#max_torque").html(engine.max_torque); $("#no_of_cyclinder").html(engine.no_of_cyclinder); $("#valves_per_cylinder").html(engine.valves_per_cylinder); $("#valve_configuration").html(engine.valve_configuration); $("#fuel_supply_system").html(engine.fuel_supply_system); $("#turbo_charger").html(engine.turbo_charger); $("#transmission_type").html(engine.transmission_type); $("#gear_box").html(engine.gear_box); var element1 = document.getElementById("engine_transmission1"); element1.innerHTML = "Charging time AC"; var element2 = document.getElementById("engine_transmission2"); element2.innerHTML = "Charging time DC"; } //fuel performance var engine = data.success.engine_transmission; var fuel = data.success.fuel_performance; console.log('this----->', fuel); if ((fuel != null) && (engine.engine_type !== "Permanent magnet synchronous motor (PMSM)")) { console.log('this----->', fuel); $("#pills-fuel-performance-tab").show(); $("#fuel_variant_name").html(data.success.variant_name); $("#fuel_type").html(fuel.fuel_type); $("#mileage").html(fuel.mileage); $("#fuel_tank_capcity").html(fuel.fuel_tank_capcity + " " + "litres"); $("#emission_norm_compliance").html(fuel.emission_norm_compliance); } else { $("#pills-fuel-performance-tab").hide(); $("#fuel_variant_name").html(data.success.variant_name); $("#fuel_type").html(fuel.fuel_type); $("#mileage").html(fuel.mileage); $("#fuel_tank_capcity").html(fuel.fuel_tank_capcity); $("#emission_norm_compliance").html(fuel.emission_norm_compliance); var powerSupplyCapacity = document.getElementById("powerSupplyCapacity"); powerSupplyCapacity.innerHTML = "Battery Capacity"; } //suspension,steering var suspension = data.success.suspension; if (suspension != null) { $("#pills-suspension-steering-tab").show(); $("#suspension_variant_name").html(data.success.variant_name); $("#front_suspension").html(suspension.front_suspension); $("#rear_suspension").html(suspension.rear_suspension); $("#steering_type").html(suspension.steering_type); $("#front_brake_type").html(suspension.front_brake_type); $("#rear_brake_type").html(suspension.rear_brake_type); } else { $("#pills-suspension-steering-tab").hide(); } //exterior var exterior = data.success.exterior; if (exterior != null) { $("#pills-exterior-tab").show(); var exteriorElementIds = [ "exterior_variant_name", "fog_lights_front", "power_adjustable_exterior_rear_view_mirror", "manually_adjustable_ext_rear_view_mirror", "wheel_covers", "electric_folding_rear_view_mirror", "rear_window_wiper", "rear_window_washer", "rear_window_defogger", "alloy_wheels", "power_antenna", "rear_spoiler", "sun_roof", "moon_roof", "outside_rear_view_mirror_turn_indicators", "intergrated_antenna", "chrome_grille", "dual_tone_body_colour", "projector_headlamps", "roof_rail", "tyre_size", "tyre_type", "led_drls", "wheel_size", "led_headlights", "led_taillights", "exterior_additional_features" ]; // Loop through the array and set the HTML content for each element exteriorElementIds.forEach(function(exteriorElementId) { var exteriorValue = exterior[exteriorElementId] !== null ? exterior[ exteriorElementId] : '-'; $("#" + exteriorElementId).html(exteriorValue); }); } else { $("#pills-exterior-tab").hide(); } //interiror if (interior !== null) { $("#pills-interior-tab").show(); var elementIds = [ "interior_variant_name", "tachometer", "electronic_multi_tripmeter", "leather_seats", "fabric_upholstery", "leather_steering_wheel", "glove_compartment", "digital_clock", "digital_odometer", "electric_adjustable_seats", "height_adjustable_driver_seat", "dual_tone_dashboard", "ventilated_seats", "interior_additional_features" ]; // Loop through the array and set the HTML content for each element elementIds.forEach(function(elementId) { var value = interior[elementId] !== null ? interior[elementId] : '-'; $("#" + elementId).html(value); }); } else { $("#pills-interior-tab").hide(); } var dimension = data.success.dimension; if (dimension !== null) { $("#pills-dimension-capcity-tab").show(); var elementIds = [ "dimension_variant_name", "length", "width", "height", "seating_capacity", "wheel_base", "no_of_doors" ]; elementIds.forEach(function(elementId) { var value = dimension[elementId] !== null ? dimension[elementId] : '-'; if (elementId === "length" || elementId === "width" || elementId === "height" || elementId === "wheel_base") { value += " mm"; } $("#" + elementId).html(value); }); } else { $("#pills-dimension-capcity-tab").hide(); } //sfatey var safety = data.success.safety; if (safety !== null) { $("#pills-safety-tab").show(); var elementIds = [ "safety_variant_name", "anti_lock_braking_system", "central_locking", "power_door_locks", "child_safety_locks", "no_of_airbags", "driver_airbag", "passenger_airbag", "side_airbag_front", "day_night_rear_wiew_mirror", "passenger_side_rear_view_mirror", "rear_seat_belts", "seat_belt_warning", "traction_control", "adjustable_seats", "tyre_pressure_monitor", "vehicle_stability_control_system", "engine_immobilizer", "crash_sensor", "engine_check_warning", "automatic_headlamps", "ebd", "electronic_stability_control", "advance_safety_features", "follow_me_home_headlamps", "rear_camera", "speed_alert", "speed_sensing_auto_door_lock", "hill_assist" ]; // Loop through the array and set the HTML content for each element elementIds.forEach(function(elementId) { var value = safety[elementId] !== null ? safety[elementId] : '-'; $("#" + elementId).html(value); }); } else { $("#pills-safety-tab").hide(); } //entertainment var communication = data.success.communication; if (communication !== null) { $("#pills-entertainment-tab").show(); var elementIds = [ "entertainment_variant_name", "radio", "speakers_front", "speakers_rear", "integrated_2din_audio", "wireless_phone_charging", "bluetooth_connectivity", "touch_screen", "touch_screen_size", "connectivity", "no_of_speakers", "entertainment_additional_features" ]; // Loop through the array and set the HTML content for each element elementIds.forEach(function(elementId) { var value = communication[elementId] !== null ? communication[ elementId] : '-'; $("#" + elementId).html(value); }); } else { $("#pills-entertainment-tab").hide(); } } } }); }) -->
Ad Image