Realme 15 Pro Full Specs & Bangla Review
.phone-box {
max-width: 750px;
margin: auto;
font-family: Arial, sans-serif;
border: 1px solid #ddd;
padding: 15px;
border-radius: 10px;
background: #fff;
box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}
.phone-title {
text-align: center;
margin-bottom: 15px;
font-size: 22px;
}
.phone-grid {
display: flex;
flex-wrap: wrap;
gap: 20px;
align-items: flex-start;
}
.phone-left { flex: 1 1 280px; min-width: 250px; }
.phone-right { flex: 1 1 350px; min-width: 250px; }
.main-image {
width: 100%; border-radius: 8px; border: 1px solid #ccc; display: block;
}
.scroll-thumbs {
overflow: hidden;
width: 100%;
border: 1px solid #ccc;
border-radius: 8px;
margin-top: 10px;
height: 52px;
position: relative;
}
.thumbs-track {
display: flex;
width: max-content;
animation: scrollLeft 8s linear infinite;
}
.thumbs-track img {
width: 40px;
height: 40px;
margin: 5px;
border: 2px solid #aaa;
border-radius: 5px;
object-fit: cover;
cursor: pointer;
transition: transform 0.3s, border-color 0.3s;
}
.thumbs-track img:hover {
border-color: #00a13f;
transform: scale(1.1);
}
@keyframes scrollLeft {
0% { transform: translateX(0); }
100% { transform: translateX(-100%); }
}
.price {
font-size: 24px;
color: #00a13f;
font-weight: bold;
margin-bottom: 15px;
background: #eaf9f0;
padding: 6px 12px;
display: inline-block;
border-radius: 8px;
}
.meta, .specs {
list-style: none;
padding: 0;
margin: 10px 0;
}
.meta li, .specs li {
margin-bottom: 6px;
font-size: 15px;
}
.status {
background: #0abf53;
color: white;
padding: 2px 6px;
border-radius: 4px;
}
@media (max-width: 600px) {
.phone-grid {
flex-direction: column;
}
}
Realme 15 Pro




- 📅 Released: 2025, July 24
- 🤖 OS: Android 15, Realme UI 6.0
- 📱 Display: 6.77″ 1080 x 2392 pixels
- 📸 Camera: 50MP 2160 pixels
- ⚙ Ram: 8/12GB RAM
- 🧠 Chipset: Qualcomm Snapdragon 7 Gen 4
- 🔋 Battery: 7000mAh, 80W Fast Charging
function changeImage(src) {
document.getElementById(‘mainImg’).src = src;
}
function pauseScroll() {
document.getElementById(‘thumbsTrack’).style.animationPlayState = ‘paused’;
}
function resumeScroll() {
document.getElementById(‘thumbsTrack’).style.animationPlayState = ‘running’;
}
.mobile-review-box {
border: 1px solid #ddd;
border-radius: 10px;
padding: 15px;
font-family: ‘Segoe UI’, sans-serif;
max-width: 100%;
background: #f9f9f9;
margin: 20px 0;
box-shadow: 0 0 10px rgba(0,0,0,0.05);
}
.mobile-review-box h3 {
margin-bottom: 10px;
color: #333;
}
.price-section {
font-size: 18px;
margin-bottom: 15px;
}
.price-section .official,
.price-section .unofficial {
font-weight: bold;
}
.price-section .official {
color: #007bff;
}
.price-section .unofficial {
color: #009900;
}
.variant-selector {
margin-top: 15px;
}
.variant-buttons {
display: flex;
gap: 10px;
flex-wrap: wrap;
}
.variant-button {
border: 1px solid #aaa;
padding: 10px 15px;
border-radius: 5px;
cursor: pointer;
background: #fff;
transition: 0.3s;
text-align: center;
}
.variant-button:hover {
background-color: #007bff;
color: #fff;
border-color: #007bff;
}
.variant-button.active {
background-color: #007bff;
color: #fff;
border-color: #007bff;
}
.updated-date {
margin-top: 15px;
font-size: 14px;
color: #666;
}
📱 মোবাইলের দাম ও ভ্যারিয়েন্ট
function changePrice(variant) {
var official = document.getElementById(‘official-price’);
var unofficial = document.getElementById(‘unofficial-price’);
var buttons = document.querySelectorAll(‘.variant-button’);
// Remove previous active state
buttons.forEach(btn => btn.classList.remove(‘active’));
// Set new active button
buttons.forEach(btn => {
if (btn.innerText.includes(variant)) {
btn.classList.add(‘active’);
}
});
// Update price based on variant
if (variant === ‘256GB’) {
official.innerText = ‘u09F3’ + ‘35,000’;
unofficial.innerText = ‘u09F3’ + ‘Unknown’;
} else if (variant === ‘512GB’) {
official.innerText = ‘u09F3’ + ‘Unknown’;
unofficial.innerText = ‘u09F3’ + ‘Unknown’;
} else if (variant === ‘1TB’) {
official.innerText = ‘u09F3’ + ‘Unknown’;
unofficial.innerText = ‘u09F3’ + ‘Unknown’;
}
}
.rating-wrapper {
max-width: 600px;
margin: 20px auto;
font-family: Arial, sans-serif;
border: 1px solid #eee;
padding: 20px;
border-radius: 10px;
}
.rating-wrapper h2 {
margin-bottom: 5px;
}
.rating-wrapper p {
color: #777;
margin-bottom: 20px;
font-size: 14px;
}
.rating-item {
margin-bottom: 15px;
font-size: 15px;
position: relative;
}
.rating-item::after {
content: attr(data-score) ” / 10″;
position: absolute;
right: 0;
top: 0;
font-weight: bold;
}
.rating-item .progress {
height: 6px;
border-radius: 4px;
margin-top: 5px;
width: 0%;
transition: width 1s ease-in-out;
}
.final-rating {
margin-top: 30px;
display: flex;
align-items: center;
gap: 20px;
}
.final-rating .circle {
width: 60px;
height: 60px;
background-color: #333;
border-radius: 50%;
color: white;
font-size: 22px;
display: flex;
align-items: center;
justify-content: center;
font-weight: bold;
}
.bar-container {
flex-grow: 1;
background: #d8d8d8;
height: 10px;
border-radius: 5px;
overflow: hidden;
}
.bar {
height: 100%;
background: #4CAF50;
width: 0%;
transition: width 1s ease-in-out;
}
const ratingItems = document.querySelectorAll(‘.rating-item’);
let total = 0;
function getColor(score) {
if (score >= 8) return ‘#4CAF50’; // Green
else if (score >= 6) return ‘#FFC107’; // Yellow
else return ‘#F44336’; // Red
}
ratingItems.forEach(item => {
const score = parseFloat(item.getAttribute(‘data-score’));
total += score;
const bar = document.createElement(‘div’);
bar.className = ‘progress’;
bar.style.backgroundColor = getColor(score);
item.appendChild(bar);
// Delay animation
setTimeout(() => {
bar.style.width = (score * 10) + ‘%’;
}, 100);
});
const average = (total / ratingItems.length).toFixed(1);
document.getElementById(‘average-score’).textContent = average;
const averageBar = document.getElementById(‘average-bar’);
averageBar.style.width = (average * 10) + ‘%’;
averageBar.style.backgroundColor = getColor(average);
.mobile-spec-wrapper {
font-family: ‘Segoe UI’, sans-serif;
background: #f4f4f4;
padding: 2px;
}
.mobile-spec-wrapper .container {
max-width: 800px;
margin: auto;
background: #fff;
border-radius: 1px;
box-shadow: 0 2px 10px rgba(0,0,0,0.05);
overflow: hidden;
}
.mobile-spec-wrapper .header {
background: #059FD8;
color: white;
text-align: center;
padding: 20px 10px;
}
.mobile-spec-wrapper .header h1 {
font-size: 22px;
margin: 0 0 5px;
}
.mobile-spec-wrapper .header p {
font-size: 14px;
margin: 0;
}
.mobile-spec-wrapper .mobile-spec-table {
width: 100%;
border-collapse: collapse;
font-size: 14px;
}
.mobile-spec-wrapper .mobile-spec-table th,
.mobile-spec-wrapper .mobile-spec-table td {
padding: 12px 14px;
text-align: left;
}
.mobile-spec-wrapper .mobile-spec-table th {
background: #059FD8;
color: white;
font-weight: 600;
}
.mobile-spec-wrapper .mobile-spec-table tr:nth-child(even) {
background: #f9f9f9;
}
.mobile-spec-wrapper .mobile-spec-table td:first-child {
font-weight: 600;
color: #2c3e50;
width: 40%;
}
.mobile-spec-wrapper .mobile-spec-table td:last-child {
color: #34495e;
}
.mobile-spec-wrapper .section-header {
background: #e9f5fb;
font-weight: bold;
color: #059FD8;
}
.mobile-spec-wrapper .price-row td {
background: #e9fff2;
color: #27ae60;
font-weight: bold;
}
@media (max-width: 600px) {
.mobile-spec-wrapper .mobile-spec-table th,
.mobile-spec-wrapper .mobile-spec-table td {
padding: 10px 12px;
font-size: 13px;
}
.mobile-spec-wrapper .header h1 {
font-size: 18px;
}
.mobile-spec-wrapper .header p {
font-size: 13px;
}
}
📱 মোবাইল স্পেসিফিকেশন
সম্পূর্ণ টেকনিক্যাল ডিটেইলস ও দাম
| 📶 Network | |
|---|---|
| Network | GSM / HSPA / LTE /5G |
| 2G bands | GSM 850 / 900 / 1800 / 1900 |
| 3G bands | HSDPA 850 / 900 / 1900 / 2100 |
| 4G bands | 1, 3, 5, 8, 28, 40, 41 |
| 5G bands | 1, 3, 5, 8, 28, 40, 41, 77, 78 SA/NSA |
| Speed | HSPA, LTE-A, 5G |
| SIM Slot | Dual SIM, GSM+GSM |
| SIM Size | SIM1: Nano + SIM2: Nano |
| EDGE | Available |
| GPRS | Available |
| VoLTE | ✅ Yes |
| 📡 Connectivity | |
| WLAN | Wi-Fi 6 (802.11 a/b/g/n/ac/ax) 5GHz, MIMO |
| GPS | ✅ Yes with A-GPS, Glonass |
| Bluetooth | v5.2 |
| Wi-fi Hotspot | ✅ Yes |
| NFC | ✅ Yes (market/region dependent) |
| USB | USB Type-C 2.0 |
| Infrared | ❌ No |
| ⚙ Hardware & Software | |
| Operating System | Android |
| OS Version | v15 |
| User Interface | Realme UI 6.0 |
| Chipset | Qualcomm Snapdragon 7 Gen 4 |
| CPU | Octa-core (1×2.8 GHz Cortex-720 & 4×2.4 GHz Cortex-720 & 3×1.8 GHz Cortex-520) |
| CPU Cores | 8 Cores |
| Architecture | 64 bit |
| Fabrication | 4 nm |
| GPU | Adreno 722 |
| 📏 Design & Body | |
| Dimensions | 162.9 × 75.5 × ~8 mm |
| Weight | 199g |
| Height | – |
| Width | – |
| Thickness | 7.7 mm |
| Build | Likely Gorilla Glass front, plastic/metal frame and back (unconfirmed) |
| Colors | Flowing Silver, Silk Purple, Velvet Green, Silk Pink |
| Waterproof | Water resistant (up to 1.5m for 30 min) |
| IP Rating | IP69 |
| Ruggedness | Dust proof |
| 🖥 Display | |
| Display Type | Amoled (flat panel) |
| Screen Size | 6.7 inches |
| Resolution | 1080×2412 px (FHD+) |
| Aspect Ratio | About 20.1:9 (6.7″ / 2412px) |
| Pixel Density | 392ppi |
| Screen to Body Ratio | – |
| Screen Protection | Gorilla Glass 7i |
| Bezel-less Display | ✅ Yes with punch-hole display |
| Touch Screen | Capacitive Touchscreen, Multi-touch |
| Brightness | 5000 nits |
| HDR 10 / HDR + Support | HDR 10+ |
| Refresh Rate | 120 Hz |
| Notch | Punch-Hole |
| 💾 Memory | |
| Card slot | ❌ No |
| Internal Storage | 128/256/512 GB |
| Storage Type | – |
| USB OTG | ✅ Yes |
| RAM | 8/12 GB |
| RAM Type | DDR4 SDRAM |
| Variant | 128GB 8GB RAM/256GB 8GB RAM/256GB 12GB RAM/512GB 12GB RAM |
| 📸 Main Camera | |
| Camera Setup | Triple |
| Resolution | 50 MP, f/1.8, Wide Angle, Primary Camera, 50 MP, f/2.2, Ultra-Wide Angle Camera, 50 MP, f/2.1, Telephoto Camera |
| Autofocus | ✅ Yes |
| OIS | ✅ Yes |
| Flash | ✅ LED Flash |
| Image Resolution | 8150 x 6150 Pixels |
| Settings | Exposure compensation, ISO control |
| Zoom | Digital Zoom |
| Shooting Modes | Continuous Shooting, High Dynamic Range mode (HDR) |
| Aperture | f/1.8 |
| Camera Features | Auto Flash, Face detection, Touch to focus |
| Video Recording | 3840×2160, 1920×1080 |
| Video FPS | 30 fps, 120 fps |
| 📸 Selfie Camera | |
| Camera Setup | Single |
| Resolution | 50 MP, f/2.0, Wide Angle, Primary Camera |
| Video Recording | 1920×1080 |
| Video FPS | 30 fps |
| Aperture | f/2.0 |
| 🎵 Multimedia | |
| Music | ✅ Yes |
| FM Radio | No |
| Loudspeaker | ✅ Yes, with stereo speakers |
| 3.5mm Jack | ❌ No |
| Audio Jack | USB Type-C 2.0 |
| Video | 4K@30/60fps, 1080p@30/60/120fps, gyro-EIS, OIS |
| 🔋 Battery | |
| Battery Type | Li-Poly (Lithium Polymer) |
| Capacity | 7000 mAh |
| Quick Charging | ✅ Yes, 80W wired |
| Reverse Charging | ✅ Yes |
| Placement | Non-Removable |
| USB Type-C | USB Type-C 2.0 |
| 🔐 Sensors & Security | |
| Sensors | Light sensor, Proximity sensor, Accelerometer, Compass, Gyroscope |
| Light Sensor | ✅ Yes |
| Fingerprint Sensor | ✅ Yes |
| Finger Sensor Position | On-screen |
| Finger Sensor Type | Optical |
| Face Unlock | ✅ Yes |
| 📅 Release & More | |
| Release Date | 24-Jul-2025 |
| Market Status | Comingsoon |
| Made By | China |
| Manufactured By | Realme |
| 💰 Price | |
| BDT | ৳35,000 (Expected) |
| INR | ₹- |
| US Dollar | $- |
| Euro | €- |
Disclaimer: We do not guarantee that the information of this page is 100% accurate and up to date.
/* Disclaimer Box Styling */
.disclaimer-box {
background-color: #fceebd;
color: #333;
padding: 15px 20px;
border-left: 6px solid #f5c518;
border-radius: 5px;
font-size: 16px;
font-family: Arial, sans-serif;
line-height: 1.6;
margin: 20px 0;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.05);
}
Realme 15 Pro স্মার্টফোনটির প্রধান আকর্ষণ
More Mobile: Tecno Camon 40 Pro Price in Bangladesh 2025
Realme 15 Pro স্মার্টফোনটি কেন কিনবেন?
- ৭০০০mAh ব্যাটারি – বিশাল ৭০০০mAh ব্যাটারি ও ৮০W ফাস্ট চার্জিং ,দীর্ঘ সময় ব্যবহারের জন্য দারুণ সুবিধা।
- ৮০W ফাস্ট চার্জিং – খুব অল্প সময়েই চার্জ ফুল।
- Snapdragon 7 Gen 4 চিপসেট – গেমিং ও মাল্টিটাস্কিংয়ের জন্য উপযুক্ত।
- ৬.৬৭″ AMOLED ডিসপ্লে – উচ্চ মানের AMOLED ডিসপ্লে স্পষ্ট, রিচ কালার এবং হাই রেজুলেশন।
- ৫০MP ট্রিপল ক্যামেরা সেটআপ – প্রিমিয়াম ক্যামেরা পারফরম্যান্স, সুন্দর ছবি ও 4K ভিডিও রেকর্ডিং।
- আধুনিক ৫জি কানেক্টিভিটি।
Realme 15 Pro স্মার্টফোনটির সুবিধা ও অসুবিধাসমূহ
- IP68/IP69 সার্টিফায়েড এবং MIL-STD-810H মিলিটারি গ্রেড প্রোটেকশন।
- ৬.৭ ইঞ্চির OLED ডিসপ্লে, ১৪৪Hz রিফ্রেশ রেট।
- Snapdragon 7 Gen 4 প্রসেসর সহ ৮/১২ জিবি RAM
- স্টেরিও স্পিকার এবং ইন-ডিসপ্লে ফিঙ্গারপ্রিন্ট সেন্সর।
- ৭০০০mAh সিলিকন-কার্বন ব্যাটারি ও ৮০W ফাস্ট চার্জিং সুবিধা।
- ৩.৫মিমি হেডফোন জ্যাক নেই।
- পিছনে শুধুমাত্র ডুয়েল ক্যামেরা সিস্টেম।
Realme 15 Pro স্মার্টফোনটি সম্পর্কে আপনার প্রশ্ন ও আমাদের উত্তর
- ৮GB RAM + ১২৮GB ROM
- ৮GB RAM + ২৫৬GB ROM
- ১২GB RAM + ২৫৬GB ROM
- ১২GB RAM + ৫১২GB ROM
More Mobile: Samsung S24 Ultra Price in Bangladesh 2025
Realme 15 Pro স্মার্টফোনটি সম্পর্কে আমাদের মতামতঃ
More Mobile: Tecno Spark 40 Pro Price in Bangladesh 2025





